nicojs / typed-html

TypeSafe HTML templates using TypeScript. No need to learn a template library.
333 stars 51 forks source link

Added `mininput` attribute to HtmlInputTag #45

Open RisGar opened 1 year ago

RisGar commented 1 year ago

I noticed the mininput attribute was missing on the HtmlInputTag. As it is only present on text, search, url, tel, email, and password inputs, I wasn't sure whether this was intentional, but I still opened this.

https://www.w3schools.com/tags/att_input_minlength.asp