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
FluentSelect and FluentSelect components do not take effect when the Width property is less than 250px
💻 Repro or Code Sample
<divstyle="display:grid;grid-template-rows:auto auto auto auto;grid-row-gap:10px;padding:20px;">
<FluentComboboxTOption="string"Label="Default" />
<FluentComboboxWidth="120px"TOption="string"Label="Width=120px" />
<FluentComboboxWidth="250px"TOption="string"Label="Width=250px" />
<FluentComboboxWidth="100px"Style="min-width=50px;"TOption="string"Label="Width=100px and min-width=50px" />
</div>
OS & Device: [e.g. MacOS, iOS, Windows, Linux] on [iPhone 7, PC]
Browser [e.g. Microsoft Edge, Google Chrome, Apple Safari, Mozilla FireFox]
.NET and FAST Version [e.g. 1.8.0]
The text was updated successfully, but these errors were encountered:
sswi
changed the title
fix: [what is the issue?] in [where is the issue?]
fix: [Width less than 250px does not take effect] in [FluentCombobox and FluentSelect]
Jan 7, 2024
🐛 Bug Report
FluentSelect and FluentSelect components do not take effect when the Width property is less than 250px
💻 Repro or Code Sample
🤔 Expected Behavior
Width less than 250px should also take effect
😯 Current Behavior
💁 Possible Solution
🔦 Context
🌍 Your Environment
.Net8.0 BlazorApp
Microsoft.FluentUI.AspNetCore.Components 4.2.1
The text was updated successfully, but these errors were encountered: