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

fieldset tag and Inline forms #15

Open
mdsupport opened this issue Jul 26, 2018 · 3 comments
Open

fieldset tag and Inline forms #15

mdsupport opened this issue Jul 26, 2018 · 3 comments

Comments

@mdsupport
Copy link

As seen in the image below, BS4 does not seem to like <fieldset> tag with the inline layout.
Is that tag important for the code generated by this library?

image

@mdsupport
Copy link
Author

mdsupport commented Jul 26, 2018

It appears to be known flexbox issue due to the treatment of the fieldset tag by different browsers. Suggested workaround is to include a div tag as immediate child as shown in this codepen.

Will this affect the functionality?

@avbdr
Copy link
Owner

avbdr commented Jul 26, 2018

i dont think it will affect anything

@avbdr
Copy link
Owner

avbdr commented Jul 26, 2018

ill try to update library to work with latest bootstrap. during next days

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

No branches or pull requests

2 participants