microsoft / fast

The adaptive interface system for modern web experiences.
https://www.fast.design
Other
9.23k stars 590 forks source link

fix: textarea missing attributes #6941

Closed olaf-k closed 3 months ago

olaf-k commented 4 months ago

πŸ› Bug Report

The <fast-text-area> lacks some attributes present on the native component.

πŸ’» Repro or Code Sample

Missing attributes (based on MDN): autocapitalize (nonstandard), dirname, autocomplete (nonstandard), autocorrect (nonstandard) and wrap.

πŸ€” Expected Behavior

πŸ’ Possible Solution

autocomplete is useless and autocapitalize is just about updating the component's template, so those are easy ones. It'd be nice to get wrap to work, maybe autocorrect too and dirname if the implementation is not too complex.

janechu commented 3 months ago

Unfortunately @microsoft/fast-foundation is being deprecated, refer to #6955.