Skip to content

Commit 2db5eb9

Browse files
committed
Update doc
1 parent bfbb086 commit 2db5eb9

File tree

1 file changed

+7
-0
lines changed
  • examples/Demo/FluentUI.Demo.Client/Documentation/Components/List/Listbox

1 file changed

+7
-0
lines changed

examples/Demo/FluentUI.Demo.Client/Documentation/Components/List/Listbox/FluentListbox.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)