You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently added an appearance behavior to conditionally load stylesheets for various button appearances: https://github.com/microsoft/fluentui/pull/17516/files. There are several other controls which also have appearances where this behavior should be included as well.
This issue exists to track the addition of appearance behaviors for:
text field
text area
number field
select
combobox
The text was updated successfully, but these errors were encountered:
Not yet! This is in regards to the existing visual appearances (outline, filled) and improved performance. Behaviors allow us to include or exclude styles conditionally. In this work, we're conditionally including and attaching an adopted stylesheet when a given appearance exists. This way, if you don't use the "filled" appearance, it's not rendered into the document as an adopted stylesheet.
We recently added an appearance behavior to conditionally load stylesheets for various button appearances: https://github.com/microsoft/fluentui/pull/17516/files. There are several other controls which also have appearances where this behavior should be included as well.
This issue exists to track the addition of appearance behaviors for:
The text was updated successfully, but these errors were encountered: