-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'Select one' fields in single-edit mode
The `notifyEdit` handler has been added in 2d7ba16 to correctly activate single-edition mode while clicking on the field's rows. But that handler was preventing the click event to reach the `<select>` element, and thus avoided showing the options - ie, it couldn't be edited. Removing the listener seems to fix the Select one edition, and it doesn't seem to break the row-click for any of the existent field types. Fixes #875
- Loading branch information
1 parent
5459971
commit e57bcf5
Showing
2 changed files
with
1 addition
and
7 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
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