-
Notifications
You must be signed in to change notification settings - Fork 50
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
What about select? #26
Comments
+1 |
It seems you actually can use selects. using type='select' and enclosing option tags seems to work just as you'd expect - react-bootstrap-validation uses the es6 spread operator so most basic tags work out of the box - datepicker's seem to also work, given proper format. |
@rpdobson123 |
@Cabeza, I mean to say that you would give the attributes as you would expect the browser to render an input. Provide a type and any other properties. Something along those lines should work. react-bootstrap-validation doesn't provide explicit handling because it doesn't need to. |
Is there a way to include select (dropdown list)?
The text was updated successfully, but these errors were encountered: