We have validation use case.
There's a form contains many input fields, if any field value is missing, when click submit button, the page should scroll to first missing value field, make this field on the top page.
Is there any component support such feature? How to do that?
Thanks
Discussion posts and replies are publicly visible
Sorry, that is not supported. I suggest to split the form into sections and implement a wizard style pattern.