Replies: 1 comment
-
I was able to work around it with a flex-row-reverse and within that, a 1x1px input, which then takes focus. But that is not ideal. Would be a lot nicer to not have to do that workaround. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to disable the forced focus element in a Dialog?
The first (and only input) element in the dialog is a Select, that folds out on focus, however the value is pre-filled, and only needs to be folded out in the rare instance where the value should be changed.
I have found it utterly impossible to prevent the focus from going to that element, which is quite annoying, as you have to close it every time the Dialog opens.
Beta Was this translation helpful? Give feedback.
All reactions