-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Input elements shouldn't have children #871
Comments
They should when the "input" is a |
The default input type is Are you sure |
Sounds like a defect for inferno. Yes, the test itself probably could use |
React doesn't follow HTML-specs in that regard: https://reactjs.org/docs/forms.html
Only |
Yeah, looks like they are removing the ability for |
I have made a port of Reactstrap to Inferno.js so I get stuck in the middle at times... :D |
reactstrap/src/__tests__/Input.spec.js
Line 60 in 0648cc2
The text was updated successfully, but these errors were encountered: