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
I have been trying to make a panel where a user selects a employee to pick from and then whenever the user presses the primary action the result should hold this selected employee to start the adding process. However, whenever i try to do this, the first one in the list always gets 'selected' even though the visuals appear to show differently.
Whenever i select a 'Employee' in my panel and press the primary action button, i would expect this person to be returned because of the 2 way binding on the data.
😯 Current Behavior
However, it seems to always select the first one in the list! Even if that option is for example disabled. This is in debug mode right after i have selected Christina as my employee:
As you can see, the first person in the list Shari, is always the person returned from the panel.
🌍 Your Environment
I work in Chrome, using .NET 9 and the latest packages of FluentUI (4.11.3) . My project is a Blazor web app, with global interactivity set to WebAssembly and i have prerendering disabled.
🐛 Bug Report
I have been trying to make a panel where a user selects a employee to pick from and then whenever the user presses the primary action the result should hold this selected employee to start the adding process. However, whenever i try to do this, the first one in the list always gets 'selected' even though the visuals appear to show differently.
💻 Repro or Code Sample
🤔 Expected Behavior
Whenever i select a 'Employee' in my panel and press the primary action button, i would expect this person to be returned because of the 2 way binding on the data.
😯 Current Behavior
However, it seems to always select the first one in the list! Even if that option is for example disabled. This is in debug mode right after i have selected Christina as my employee:
As you can see, the first person in the list Shari, is always the person returned from the panel.
🌍 Your Environment
I work in Chrome, using .NET 9 and the latest packages of FluentUI (4.11.3) . My project is a Blazor web app, with global interactivity set to WebAssembly and i have prerendering disabled.
The text was updated successfully, but these errors were encountered: