Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions en/option/partial/selected-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@

<ExampleUIControlEnum options="false,true,single,multiple" />

Selected mode. It is enabled by default, and you may set it to be `false` to disabled it.

Besides, it can be set to `'single'` or `'multiple'`, for single selection and multiple selections.

The selected mode is disabled by default. The default value is `false`. The configuration of the selected mode indicates whether single, multiple, or no selections are supported. It supports boolean values and strings. The string values can be set to `'single'` for single selection support or to `'multiple'` for multiple selection support.