Features
- forward
focus
,blur
events toNumberInput
(493568f, #1033) - update
ProgressStep
icons for current, incomplete steps (e2779b9, #1021) - type
id
asany
instead ofstring
inComboBox
,Dropdown
,MultiSelect
(1f7b556, #1019)
Fixes
- do not coerce empty value to
0
inNumberInput
ifallowEmpty
is true (222d5a9, #1032) - label
Slider
input ifaria-label
not explicitly defined (c375d64, #1021) - add missing
required
prop toRadioButton
(25ce57f, #1035 contributed @brunnerh) - add missing
required
prop toCheckbox
(201e037, #1030 contributed @brunnerh) - include
@default undefined
annotations for props that areundefined
by default (0d78c30, #1020)
Refactor
Housekeeping
- upgrade
carbon-components
to v10.51.0