I used tabs a lot in my forms. When the form loads, is there a way to direct it to go to a particular tab? like Go To Object in FileMaker ? TQ
Yes
This feature was added very recently at version 0.9.31+
if modelActiveTab
key is supplied, then the tabs_form
element will echo the current tab to the specified model key as well as react to that key. This way you can know what tab is active as well as be able to select it.
See the example in the ‘Example - V-Tabs, H-Tabs’ example.
Great . Will check it out