File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
examples/Demo/FluentUI.Demo.Client/Documentation/Components/List/Listbox Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ The **FluentListbox** component allows one option to be selected from a list of
99
1010## Default
1111
12+ Find here an example of the default usage of the ** FluentListbox** component.
13+ If an item is selected, the user cannot deselect it. If you want to allow the user to deselect the item,
14+ you can add an empty item.
15+
1216{{ ListboxDefault }}
1317
1418## Appearance
@@ -26,6 +30,9 @@ Use the **Multiple** parameter to enable multiple selections. Selected items are
2630
2731## Disabled and ReadOnly
2832
33+ You can disable the ** FluentListbox** component by using the ** Disabled** parameter.
34+ You can make the ** FluentListbox** component read-only by using the ** ReadOnly** parameter.
35+
2936{{ ListboxDisabledReadOnly }}
3037
3138## Many items
You can’t perform that action at this time.
0 commit comments