You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can edit information inside a textbox field without pressing "edit site", but cannot select from a dropdown field unless you first press "edit site".
I would expect that you could edit details for dropdown w/o going to edit site.
The text was updated successfully, but these errors were encountered:
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
You can edit information inside a textbox field without pressing "edit site", but cannot select from a dropdown field unless you first press "edit site".
I would expect that you could edit details for dropdown w/o going to edit site.
The text was updated successfully, but these errors were encountered: