sharkdp / purescript-flare

A special-purpose UI library for Purescript
286 stars 17 forks source link

Generate unique (and valid) IDs #10

Closed sharkdp closed 8 years ago

sharkdp commented 8 years ago

Generate unique IDs for the DOM elements. Currently, we use the Label as ID in the DOM which causes problems if the Label contains a space or if several input elements use the same Label. In the latter case, the for-argument in <label for="ID">..</label> does not work as expected.