Nik Graf
Nik Graf
In some situation I noticed the contrast is too little and you barely can see which option you chose.
Documentation Select: - [ ] Focus animation is not working in some IE (can't remember) - [x] IE 11, IE 10: Input field with Placeholder has height of 0 -...
How to: Put Select, TextInput, ComboBox next to each other and make sure the Text and border bottom are the same horizontal lines
Right now updating the styles will cause issues with the height calculations as the styles are cached & not updated.
This is needed in case the screen width becomes smaller than the TextInput width & eventually the content will flow into the next line.
Currently using a [custom baked solution](https://github.com/nikgraf/CarteJaune/blob/master/reducers/activeRoute.js). I guess there is something better this …