Richard Dobson

Results 2 comments of Richard Dobson

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...

@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. `type='date'` or...