Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jul 10, 2024
1 parent cf6be50 commit 639bec6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/components/src/custom-select-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ The size of the control.
- Default: `'default'`
- Required: No

#### `showSelectedHint`: `boolean`

Show the hint of the selected item in the trigger button.

- Required: No

#### `value`: `Option`

Can be used to externally control the value of the control, like in the `MyControlledCustomSelectControl` example above.
Expand Down

0 comments on commit 639bec6

Please sign in to comment.