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
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Current behavior
Changing input value to new value, throws type error.
Expected behavior
When changing value to new one, it should not throws error.
Minimal reproduction of the problem with instructions
In example at sandbox change value to different from default value, it will throws type error with "newValue.slice is not a function".
React version: 16.13.1
PrimeReact version: 5.0.0-rc.2
Browser: all
Language: ES6/7
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Codesandbox Case
https://codesandbox.io/s/brave-hopper-qm2y8
InputNumber throws type error when changing value to new one with format property is false.
Current behavior
Changing input value to new value, throws type error.
Expected behavior
When changing value to new one, it should not throws error.
Minimal reproduction of the problem with instructions
In example at sandbox change value to different from default value, it will throws type error with "newValue.slice is not a function".
React version: 16.13.1
PrimeReact version: 5.0.0-rc.2
Browser: all
Language: ES6/7
The text was updated successfully, but these errors were encountered: