-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: multiple input component that labels are not clickable (#4334)
* fix: multiple input component that labels are not clickable * fix: feedback alex * fix: spacing in radio label
- Loading branch information
1 parent
c1ee1d9
commit 501e353
Showing
23 changed files
with
785 additions
and
1,209 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,6 @@ | ||
--- | ||
"@ultraviolet/form": patch | ||
"@ultraviolet/ui": patch | ||
--- | ||
|
||
Fix `<Checkbox />`, `<Radio />` and `<Toggle />`, cannot click on label to check |
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.