Skip to content

<select> element implementation

Pre-release
Pre-release

Choose a tag to compare

@g105b g105b released this 01 Jan 19:01
· 50 commits to master since this release
a771f4f

The introduction of <select> validation is released in v0.3.0.

The following rules apply:

  • If a <select> element is submitted, its available <option> elements are inspected.
  • If the required attribute is present, a value must be sent.
  • Only values available within <option> elements are considered valid.
  • <option> elements can have a value attribute to indicate their value, otherwise their text content will be used.