PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

autocapitalize should not have a nullable type #681

Closed rictic closed 5 years ago

rictic commented 5 years ago

For compatibility with the type of HTMLElement#autocapitalize which, in TypeScript at least, is just string not string|null|undefined

Downstreamed as cl/221176969