You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by Boxer, created on their behalf: "Nothing happens when clicking on the magnifying glass in the [ContextExplorerModal]"
Digging into the code a little, this resolves to the type attribute on the button which renders the magnifying glass being button instead of submit on this line:
Agree with changing the <button/>type to a submit. The unit test needs to be updated to simulate clicking on the button and not invoking the submit event directly
Reported by Boxer, created on their behalf: "Nothing happens when clicking on the magnifying glass in the [ContextExplorerModal]"
Digging into the code a little, this resolves to the
type
attribute on the button which renders the magnifying glass beingbutton
instead ofsubmit
on this line:box-ui-elements/src/components/search-form/SearchForm.js
Line 168 in ef674ae
Resolution is trivial, 1 line change, but I'm not sure the provenance of using
type=button
in the first place.The text was updated successfully, but these errors were encountered: