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
Fixed bug that did not allow decimal points to be entered. #1946 There is a slight chance that this could break an implementation that was assuming data to be a Number. If you absolutely want your value to be stored as a Number, you will need to use the parse and format lifecycle hooks.