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
Refactored the component by removing its internal state and making it more functional. Instead of managing its own state, it only renders value prop. Any changes received by the component will be passed to its delegate through onChange callback, in which a state update can occur.
Removed values and defaultValues props. value and defaultValue can now accept a number or an object of numbers.