Breaking Changes
- type
NumberInput
value asnull | number
instead ofstring | number
(null
signifies "no value") (9e915cf, #1044)
Fixes
- export
readonly
as a prop inTextArea
(3018c2b, #1043) - fix
Checkbox
two-way binding forchecked
,group
props (048ebc7, #1042)
Documentation