-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select): remove input from hidden-select (#4427)
* fix(select): use select missing commitValidation call * fix(select): remove hidden input from hidden-select * test(select): updated validation tests * chore(changeset): fix native validation behavior for select
- Loading branch information
Showing
6 changed files
with
248 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@nextui-org/use-aria-multiselect": patch | ||
"@nextui-org/select": patch | ||
--- | ||
|
||
fixed validationBehavior=native showing browser ui error for select component (#3913) | ||
fixed select not committing error message when validationBehavior=native |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.