sl-radio-group should have a focus method #2186
Closed
schilchSICKAG
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Makes sense. What do you think? @lindsaym-fa @KonnorRogers |
Beta Was this translation helpful? Give feedback.
3 replies
-
This was merged and is available now. Closing this :) |
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
-
As
<sl-radio-group>
already holds all the logic for form implementation, it should also be able to be focused programatically (e.g.document.querySelector('syn-radio-group').focus()
). This feature currently only exists on<sl-radio-button>
.I would propose to add a
focus
method to<sl-radio-group>
with the following features:Any thoughts on this? Would be happy to provide a PR for this if the requirements are clear and you are interested.
Beta Was this translation helpful? Give feedback.
All reactions