-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
By default, enter submits the form.
But when a select tag form is focused and the focus is above an item that is not selected, make it the first enter select the item and the second submit the form.
Example. Running the code will raise a window.
$ mininterface select one two three
- Hit Enter. 'one' gets selected
- Hit Enter again, the form is submitted.
Here is the SelectTag handler:
| wrapper = SelectInputWrapper(master, tag, grid_info, widget, adaptor, len(fform) == 1) |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers