Skip to content

Files

Latest commit

 

History

History
15 lines (12 loc) · 681 Bytes

48.md

File metadata and controls

15 lines (12 loc) · 681 Bytes
title date submitter tags discussion
I want better HTML forms
2019-08-04 11:49:19 UTC
Anonymous
html
inputs
forms

The Web is around 30 years old and building good forms is still hard to do. Cross device compatible date picker? Time picker? Number only value? Dropdown with values that are fetched from server? What about huge dropdowns? They should have filter option to narrow down all the options.

These are all basic elements that get built frequently and should be in HTML out of the box so that developers don't have to re-invent the same form component every time they build a website.