Skip to main content
August 8, 2023
Question

Scroll or locate to page element

  • August 8, 2023
  • 1 reply
  • 0 views

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

1 reply

stefanhelzle0001
Brainy
August 8, 2023

Sorry, that is not supported. I suggest to split the form into sections and implement a wizard style pattern.