-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add full width to controls for text-field and text-area, add examples #14492
fix: add full width to controls for text-field and text-area, add examples #14492
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 1a73d7f:
|
Asset size changesUnable to find bundle size details for Baseline commit: 673554b Possible causes
Recommendations
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
c789b54
to
9d2292f
Compare
9d2292f
to
1a73d7f
Compare
🎉 Handy links: |
… of host (microsoft#14492) Co-authored-by: Seth Donohue <sethdonohue@Admins-MBP.guest.corp.microsoft.com>
Pull request checklist
$ yarn change
Description of changes
Fixes a duplicate resolved issue found in FAST Components where the text-field and text-area controls parts were not expanded to the full width of the component when the component was styled with a larger than default width.
This issue arose in the FAST Components package and also exists here in Fluent's Web Components.
See the related FAST PR 3623 and resolved issue 3615