[Field] Does not invalidate certain required controls #1425
Labels
bug 🐛
Something doesn't work
component: field
component: radio group
This is the name of the generic UI component, not the React module!
component: select
This is the name of the generic UI component, not the React module!
has workaround
Bug report
Reproducible example
RadioGroup: https://codesandbox.io/p/sandbox/sweet-brattain-q9ptqr
Select: https://codesandbox.io/p/sandbox/eloquent-pond-cgnlg5
Current behavior
When there is no initial value (e.g. no
defaultValue
/value
ordefaultValue=""
) and the validation mode is"onBlur"
, Tabbing through the controls without making any selection doesn't not trigger the errorExpected behavior
Validate different types of empty values correctly
Base UI version
master &
1.0.0-alpha.5
Additional context
Only tried Input, RadioGroup and Select so far
The text was updated successfully, but these errors were encountered: