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 does not work when user enters a number with spaces, e.g. " 12 ". The checkbox show no error, but numberTextBox.isValid() returns false. I.e. if isValid() checks text value, it should do filter first.
Update: Workaround is to call NumberTextBox._setBlurValue() on change:
I have
and check in the code
This does not work when user enters a number with spaces, e.g. " 12 ". The checkbox show no error, but
numberTextBox.isValid()
returnsfalse
. I.e. ifisValid()
checks text value, it should do filter first.Update: Workaround is to call
NumberTextBox._setBlurValue()
on change:The text was updated successfully, but these errors were encountered: