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
There is a weird glitch when using the Autofocus parameter for input components. Whenever a page navigation is happening then autofocus will be ignored.
For some reason this is not the case in the demo project but I couldn't figure out why.
馃悰 Bug Report
There is a weird glitch when using the
Autofocusparameter for input components. Whenever a page navigation is happening then autofocus will be ignored.For some reason this is not the case in the demo project but I couldn't figure out why.
This issue might be related to #4699
馃捇 Repro or Code Sample
https://github.com/MarvinKlein1508/FluentUI-Autofocs-navigation-issue
For the demos use: https://github.com/MarvinKlein1508/fluentui-blazor/tree/focus-issue
馃 Expected Behavior
I expect the input to be focused
馃槸 Current Behavior
The element won't be focused in a blank fluent ui app.
馃拋 Possible Solution
馃敠 Context
馃實 Your Environment