We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take a bal-radio with HTML content:
<bal-radio name="link-example" value="2">This is a <b>bug?</b></bal-radio>
Instead of rendering the radio with the label This is a <b>bug?</b> the label's elements will be swapped like <b>bug?</b> This is a.
This is a <b>bug?</b>
<b>bug?</b> This is a
I'm using vite, but I don't see how this could be a problem with the builder.
The text was updated successfully, but these errors were encountered:
Hi @gagarine
Thats funny bug. For now please use it like this => <span>This is a <b>bug?</b></span>.
<span>This is a <b>bug?</b></span>
Cheers, hirsch
Sorry, something went wrong.
fix(text): fix swap slot elements. closes #303
7cd266b
This issue will be fixed with this PR => #310
hirsch88
No branches or pull requests
Take a bal-radio with HTML content:
<bal-radio name="link-example" value="2">This is a <b>bug?</b></bal-radio>
Instead of rendering the radio with the label
This is a <b>bug?</b>
the label's elements will be swapped like<b>bug?</b> This is a
.I'm using vite, but I don't see how this could be a problem with the builder.
The text was updated successfully, but these errors were encountered: