na2hiro / namespaced-fieldset

A tiny React utils which gives uncontrolled `<input>` elements a power of namespaces, and allows constructing complex objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide namespace-aware components for common elements

na2hiro opened this issue · comments

Add namespaced-aware components for these 3 elements which participate in constructing FormData.

  • button
  • select
  • textarea

These are not directly recognized by form: Don't care

  • datalist
  • fieldset
  • label
  • legend
  • meter
  • optgroup
  • option
  • output
  • progress

ref. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#see_also