Working on my big data entry page, and trying to get tabs to move field to field, in/out of table.
I have a page with a form in the header, and a table below.
I was able to cobble together some tips from earlier questions to get the first form field set as focus on page load. (Used the event “Skuid Page: Rendered”, ended up having to put in a setTimeout() delay for half a second to get it to work.)
I have tab-to-next field working for the form fields working on the top, but need to have tab from the ‘last form field’ move to the first field in a table. (The table needs to be created when an ‘amount’ field is entered on the form, that’s another problem)
I found an old community answer for getting to the table, but it doesn’t work as shown (probably v1 from 2017, Is it possible to navigate to first field on the first row as a new row is added to a table? )
At present, tabbing from the form goes to the header of the table, and the the footer and never goes INTO the table.
I gather one still needs to use the arrow keys to move around inside the table. That might be workable, but I need to get into the table first.
I gather there’s no action framework way to check when one field is exited and another is entered.
Thanks