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
<input> in simple mode should handle onBlur event when goButton is not showed so that this.prop.onChange() is called and the content for the currentInputValue page can be put on display. Otherwise, user may be confused as the number showing in the input is not related to the content showing.
The text was updated successfully, but these errors were encountered:
<input> in simple mode should handle onBlur event when goButton is not showed so that
this.prop.onChange()
is called and the content for thecurrentInputValue
page can be put on display. Otherwise, user may be confused as the number showing in the input is not related to the content showing.The text was updated successfully, but these errors were encountered: