-
Hi, I am using the Label primitive like in
but looking at the generated HTML I see that it is rendered as:
instead of an html Does anyone know what could make it behave like this? The problem is that then I don't get the htmlFor. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
joaom00
Oct 24, 2022
Replies: 1 comment 1 reply
-
Hi @xavipolo, Which version are you using? The native label element is used in version |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xavipolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @xavipolo,
Which version are you using? The native label element is used in version
2.0.0
. You can see the full changelog here.