Input elements are always focused before Search Box elements

Hi

If you have a form for users to fill out, it will always set the focus to the first Input element, instead of Search box elements when the page is loaded or popup shown.

Even if you manually force the focus to a specified Search box element (through Loading workflow for example), it will jump to the first available Input instead.

It disrupts the flow in UX when going through forms.

Maybe try disabling the input elements conditionally until the page has been loaded for a second. Like setting a state on the page a second after page load and have the inputs monitor that value.

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.