-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Button):
type="button"
をデフォルトで設定, loading時にdisabledにしないように修正 (#…
…1482) * Fix button to add type="button" as default, and remove disabled when loading * Add test for focusable when loading * Fix type definiton for onClick * Fix test * Add change log
- Loading branch information
Showing
3 changed files
with
178 additions
and
149 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,5 @@ | ||
--- | ||
"@4design/for-ui": patch | ||
--- | ||
|
||
fix(Button): `type="button"` をデフォルトで設定, loading時にdisabledにしないように修正 |
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