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
This is a feature request, but think it would be nice from an API perspective to also have a blur() API method in addition to just doing it via a null sent to setSelection().
Given the existence of focus() and hasFocus(), I imagine folks will immediately jump to looking for a blur() method as opposed to realizing they have to use setSelection(null) to accomplish this.
The text was updated successfully, but these errors were encountered:
This is a feature request, but think it would be nice from an API perspective to also have a blur() API method in addition to just doing it via a null sent to setSelection().
Given the existence of focus() and hasFocus(), I imagine folks will immediately jump to looking for a blur() method as opposed to realizing they have to use setSelection(null) to accomplish this.
The text was updated successfully, but these errors were encountered: