digitallyinduced / ihp

🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness

Home Page:https://ihp.digitallyinduced.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding the `autocapitalize` attribute for `<input>` and `<textarea>` elements

nezbite opened this issue · comments

Currently, using the autocapitalize attribute in HSX is not supported.

see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize

This is mainly useful to disable or change the automatic capitalization of the first letter on virtual keyboards, primarily on mobile devices.