Elm Input Extra

Commonly used Html form element

Text Input

With the ability to set maximum length. You can also track the focus state of the element.

Number Input

Only accept numeric input, with the ability to set maximum length, maximum value, and minimum value. You can also track the focus state of the element

Masked Input

Text input with the ability to mask the input to a specific format/pattern.

Dropdown Element

Multi Select Element