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
Hi,
I'm working on a Microsoft Teams application "Company Communicator".
This application use "@fluentui/react-northstar": "^0.52.0".
It's my first time using fluentui and I'm lost.
What I want to do :
Display the full name of the selected item (DropdownSelectedItem) for the multiselect dropdown
ex. : In the image we don't know the number for each selection.
The code look like this : <Dropdown hidden={!this.state.storesOptionSelected} placeholder={this.localize("SendToStorePlaceHolder")} search multiple items={this.getItems()} value={this.state.selectedStores} onChange={this.onStoresChange} noResultsMessage={this.localize("NoMatchMessage")} />
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working on a Microsoft Teams application "Company Communicator".
This application use "@fluentui/react-northstar": "^0.52.0".
It's my first time using fluentui and I'm lost.
What I want to do :
Display the full name of the selected item (DropdownSelectedItem) for the multiselect dropdown
ex. : In the image we don't know the number for each selection.
The code look like this :
<Dropdown
hidden={!this.state.storesOptionSelected}
placeholder={this.localize("SendToStorePlaceHolder")}
search
multiple
items={this.getItems()}
value={this.state.selectedStores}
onChange={this.onStoresChange}
noResultsMessage={this.localize("NoMatchMessage")}
/>
Beta Was this translation helpful? Give feedback.
All reactions