-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: toggling checkboxes via enter key
Follow-up of #11312: fixes all checkboxes in Web by adjusting the `OcCheckbox` component. The enter press event did not set any value, which was the issue.
- Loading branch information
1 parent
8c3aabf
commit 909c717
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
...d/bugfix-resource-table-keyboard-checkbox → ...nreleased/bugfix-keyboard-checkbox-toggle
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Bugfix: Toggling checkboxes via keyboard | ||
|
||
Toggling checkboxes via the keyboard enter key in the resources table has been fixed and does now work. | ||
Toggling checkboxes via the keyboard enter key has been fixed and does now work. | ||
|
||
https://github.com/owncloud/web/pull/11312 | ||
https://github.com/owncloud/web/pull/11315 | ||
https://github.com/owncloud/web/issues/10730 |
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