Hacker News new | ask | show | jobs
by dmix 2789 days ago
Some things I noticed missing from something like http://element.eleme.io/:

- clicking an input with placeholder text brings the cursor to the front of the input text and doesn't erase the existing text. This is very bad UX.

- no example of a full form with validation errors

- no file upload input

- no HTML5 number input

- no multi-select clearable/filterable selectboxes... select2 style selects are pretty standard these days

- no date/time picker, another essential form component

Not trying to be critical, I'm sure these will come with time. But this is far from a production usable framework in its current state.

1 comments

As an aside, I don't why top-aligned infield form labels[0] aren't more popular. I implement the style whenever possible.

[0]: http://uxmovement.com/forms/why-infield-top-aligned-form-lab...