ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
858 stars 125 forks source link

Add enterkeyhint to textarea type def #264

Closed SamJBerry closed 1 year ago

SamJBerry commented 1 year ago

Already exists on<input> but not on <textarea>.

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-enterkeyhint-attribute

ryansolid commented 1 year ago

Thanks