digitallyinduced/ihp

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

nezbite opened this issue · 0 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.