Skip to content
New issue

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

bal-radio swap label content that is between tag (first become last) #303

Closed
gagarine opened this issue Jul 1, 2021 · 2 comments
Closed
Assignees
Labels
🐛 bug Something isn't working

Comments

@gagarine
Copy link
Contributor

gagarine commented Jul 1, 2021

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.

@gagarine gagarine added the 🐛 bug Something isn't working label Jul 1, 2021
@hirsch88 hirsch88 self-assigned this Jul 2, 2021
@hirsch88
Copy link
Member

hirsch88 commented Jul 2, 2021

Hi @gagarine

Thats funny bug. For now please use it like this => <span>This is a <b>bug?</b></span>.

Cheers,
hirsch

@hirsch88
Copy link
Member

Hi @gagarine

This issue will be fixed with this PR => #310

Cheers,
hirsch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants