Open
Description
It would be nice to have an option to auto capitalize inputs as they get typed in. The autocapitalize
attribute has been added, but this is only used for virtual keyboards and has limited browser support. A better way would be to handle this inside the component, observing inputs and capitalizing them as they come in.