How to set focus to a selectOneMenu component #112
-
In version 11 there was an extra input element (_focus) in the html markup for selectOneMenu to be able to set the focus. In PF13 this element no longer exists. How can I now set the focus on a selectOneMenu component? |
Beta Was this translation helpful? Give feedback.
Answered by
tandraschko
Sep 26, 2023
Replies: 1 comment 1 reply
-
the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tandraschko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the
label for="..."
now just targets_label
, i would try that