You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or unsupported use case? Please describe.
When I click on the pen to edit a field in a form, the edit pane opens below but I need to scroll to it manually and click in the first input before I can update it.
Describe the solution you'd like
The browser should scroll to the edit pane and auto focus on the first field of the edit form.
When I save, make sure I go back to the scroll on the field where I was before.
Make sure to write a test to secure this fix.
Describe alternatives you've considered
I can see several alternatives which would need to be discussed with the UX designer:
a modal
a replacement of the field view by the edit form
a side edit pane
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
When I click on the pen to edit a field in a form, the edit pane opens below but I need to scroll to it manually and click in the first input before I can update it.
Describe the solution you'd like
The browser should scroll to the edit pane and auto focus on the first field of the edit form.
When I save, make sure I go back to the scroll on the field where I was before.
Make sure to write a test to secure this fix.
Describe alternatives you've considered
I can see several alternatives which would need to be discussed with the UX designer:
The text was updated successfully, but these errors were encountered: