2

I have a simple Form with many fields for input. After having reached Submit button upper fields are getting hidden. How is it possible to scroll to first error field after I pushed on Submit ?

2 Answers2

1

You can use the scrollToFirstError attribute.

      <Form
        ...
        scrollToFirstError={true}
      >
-1

try with the HTML Attribute "required" Hope it will solve this