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
Add and Edit model views generated by Flask-AppBuilder require the user to click on the first edit field of each form to move the focus there. Ideally the focus should automatically jump to the first field on the form.
The simplest fix for this would be to add an "autofocus" attribute to the first field on the form.
A nice-to-have extra feature would be two new attributes: "first_add_column" and "first_edit_column" that enabled the developer to specify (or override) which column on the respective forms was given the "autofocus" attribute.
The text was updated successfully, but these errors were encountered:
rob-hills
changed the title
New Feature: Add autofocus attribute to first column of "edit" and "add" views
Feature Request: Add autofocus attribute to first column of "edit" and "add" views
Jul 28, 2024
Add and Edit model views generated by Flask-AppBuilder require the user to click on the first edit field of each form to move the focus there. Ideally the focus should automatically jump to the first field on the form.
The simplest fix for this would be to add an "autofocus" attribute to the first field on the form.
A nice-to-have extra feature would be two new attributes: "first_add_column" and "first_edit_column" that enabled the developer to specify (or override) which column on the respective forms was given the "autofocus" attribute.
The text was updated successfully, but these errors were encountered: