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

<div> can't be nested in <span> according to HTML spec #1128

Closed
MilovanovM opened this issue Jul 31, 2016 · 2 comments
Closed

<div> can't be nested in <span> according to HTML spec #1128

MilovanovM opened this issue Jul 31, 2016 · 2 comments

Comments

@MilovanovM
Copy link

The component renders:
div-span

@alainds
Copy link

alainds commented Jul 21, 2017

I use your component and I do the same comment : the rendered HTML code is invalid. You can't put a <div> into a <span>.
If <div> was replaced by <span> for the 2 elements "Select-input" and "Select-placeholder", it would resolve the problem. (In the code of the plugin, it's just a parameter).
Thanks.

@JedWatson
Copy link
Owner

Closing as this has been resolved in v2, ref #2289

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

3 participants