DHI-GRAS / react-components

React components we use in our frontends
MIT License
1 stars 0 forks source link

The Select field from DynamicForm is broken #18

Closed bertearazvan closed 4 years ago

bertearazvan commented 4 years ago

The Select type of field from the DynamicForm is currently broken. This problem has been encountered before and using the htmlFor on the label has solved the problem. Unfortunately, this is not the solution for the bundled library as the for property can be found inside the browser, but somehow is not activated. 34e4bd7a243011cd7280d93a7df3991a f0b2661ba8bb2624525ae88004648459

bertearazvan commented 4 years ago

This issue was fixed with #34