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
Is your feature request related to a problem? Please describe.
Providing your own methods for onblur and onfocus does not work for the search component.
onKeyDown and onChange works as expected
Describe the solution you'd like
Would like it to be possible to provide you own methods for onblur and onfocus for the search component
Describe alternatives you've considered
Attaching event listeners to the input ref used by the search component gives me the desired effect, but this seems to be a bit of an overkill
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Providing your own methods for onblur and onfocus does not work for the search component.
onKeyDown and onChange works as expected
Describe the solution you'd like
Would like it to be possible to provide you own methods for onblur and onfocus for the search component
Describe alternatives you've considered
Attaching event listeners to the input ref used by the search component gives me the desired effect, but this seems to be a bit of an overkill
The text was updated successfully, but these errors were encountered: