Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: textarea missing attributes #6941

Closed
olaf-k opened this issue Apr 18, 2024 · 1 comment
Closed

fix: textarea missing attributes #6941

olaf-k opened this issue Apr 18, 2024 · 1 comment
Labels
closed:obsolete No longer valid status:triage New Issue - needs triage

Comments

@olaf-k
Copy link
Contributor

olaf-k commented Apr 18, 2024

馃悰 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

  • autocapitalize while nonstandard, might be useful and should be set on the underlying textarea in the template.
  • dirname doesn't work, but is quite a niche attribute and has an unusual behavior that might be tricky to emulate.
  • autocomplete is nonstandard, doesn't work in any browser AFAIK and can be safely ignored.
  • autocorrect while nonstandard, might be useful but is not yet defined (PR stuck here) and can continue to be ignored atm.
  • wrap should work when set on the underlying textarea in the template but currently doesn't?
image

馃拋 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.

@olaf-k olaf-k added the status:triage New Issue - needs triage label Apr 18, 2024
@janechu
Copy link
Collaborator

janechu commented May 29, 2024

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

@janechu janechu closed this as completed May 29, 2024
@janechu janechu added the closed:obsolete No longer valid label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:obsolete No longer valid status:triage New Issue - needs triage
Projects
None yet
Development

No branches or pull requests

2 participants