-
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
feat: add appearance behaviors for inputs and form controls #17565
feat: add appearance behaviors for inputs and form controls #17565
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 d1a4faf:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: ce4d441da2c63284a2c1c519a59875c22cd3552f (build) |
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
e3eedc2
to
f667a51
Compare
closes #17558 |
neutralFillRestBehavior, | ||
forcedColorsStylesheetBehavior( | ||
css` | ||
:host(.filled) .root { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@khamudom while we're here - can you update all instances of these so they target the appearance attribute?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - thanks @khamudom! I see one bug visually in number field but it's unrelated to your PR, so I'll make that change separately :)
🎉 Handy links: |
…t#17565) * create a separate css block for filled appearance and add appearanceBehavior * Change files * update import order in combobox and removed unused import in textarea * update to use appearance attribute
Pull request checklist
$ yarn change
Description of changes
Created a separate CSS object that targets the
appearance="filled"
attribute and applied it toappearanceBehaviors
.The components updated are:
Combobox
Select
Number field
Text area
Text field
Focus areas to test
(optional)