Hi,
Have a few questions or feature requests regarding about how fields are focused an an Appsmith App.
As an exemple, I have a form like this (dashes are used to show the relative size of each):
–Input-- --Input–
–Input-- --Input–
–Input-- --Input–
------- Input -------
------- Input -------
And fields are focused in the following order:
2 1
4 3
5 6
–7–
–8–
I believe this in the same order in which I’ve created them… Is there any way to change the focus order?
Also related… Is it possible to automatically focus the search field of a table on load?
Noticed also that some controls (like Icon Buttons, Buttons and Selects without value) do not show any outline when focused. Is this supposed to happen