Add autofocus
options on any input like TextField, EmailField, etc.
#2481
Labels
autofocus
options on any input like TextField, EmailField, etc.
#2481
Please list the related package(s)
admin-ui-extensions-react
If this related to specific APIs or components, please list them here
Basically any input
Is your feature request related to a problem? Please describe.
While the team is working on next admin extensions, when we open the extensions and have the modal to be visible, if you start typing, the searchbar is where the typing is happening and not in the form of the extensions.
Describe the changes you are looking for
Be able to add the parameter autofocus to any input so we can focus it when an extension is rendered.
Describe alternatives you’ve considered
When an extensions is shown on the admin with any input, disablling the automatic type on the searchbar in the admin
Additional context
Video from @dmoellenkamp.
The text was updated successfully, but these errors were encountered: