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

Label of radios are rendered at the end of the list. #294

Closed
becoded opened this issue Jan 11, 2022 · 2 comments · Fixed by #295
Closed

Label of radios are rendered at the end of the list. #294

becoded opened this issue Jan 11, 2022 · 2 comments · Fixed by #295
Assignees
Labels

Comments

@becoded
Copy link
Contributor

becoded commented Jan 11, 2022

Describe the bug
The label of a radio element is rendered at the end instead of at the top of a radiolist.

To Reproduce
Use example of https://neilime.github.io/twbs-helper-module/docs/usage/forms/checks-and-radios/#radios
Add 'label' for the element, eg: ['options']['label'] = 'Choose from the list below'

Actual behavior

o Default radio
o Default checked radio
Choose from the list below

Expected behavior

Choose from the list below
o Default radio
o Default checked radio

@neilime
Copy link
Owner

neilime commented Jan 11, 2022

@becoded
Copy link
Contributor Author

becoded commented Jan 11, 2022

Thx! 🙇‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants