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
The documentation for AccessibleValueHandler's onChange option needs some help, see below. There are multiple typos, possibly extra or missing words. I tried to guess what it should be, but bailed. Assigned to the author.
// Called after any change to valueProperty. Useful for "press and hold" keyboard input. However, be aware// that other some devices as switch will only trigger one change per input, and no concept of "press and// hold". This function will still be called once per input in those cases.onChange: _.noop,
The text was updated successfully, but these errors were encountered:
The documentation for AccessibleValueHandler's
onChange
option needs some help, see below. There are multiple typos, possibly extra or missing words. I tried to guess what it should be, but bailed. Assigned to the author.The text was updated successfully, but these errors were encountered: