I have a form with several components inside, I would like to auto focus to the first component in the form which caused it to be invalid on submit
Hello @smorris!
Great idea, I can file a Feature Request for this and will keep you updated on any news I hear on it
@Jack_T I understand this feature is not yet available but is there a workaround I can implement for the time being? Currently it seems I am forced to write a script to check each and every field, determine whether its invalid, then focus on it. Does Retool not provide reference to the document on the DOM so I could make use of the querySelector?