Skip to content

Commit

Permalink
Update element-select.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miljan-aleksic committed Jul 23, 2024
1 parent ccc97f1 commit 83ed2d2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ The **Select Element** displays a [\<select\>](https://developer.mozilla.org/en-
| *Min* | The minimum amount of options that must be chosen, `greater than` or `equal to`. | &#x2713; | | &#x2713; |
| *Max* | The maximum amount of options that can be chosen, `lower than` or `equal to`. | &#x2713; | | &#x2713; |
<!--@include: ./common-element-validation.md-->

::: tip
For a select with a placeholder add an option with an empty value and custom label above all other options.
:::

0 comments on commit 83ed2d2

Please sign in to comment.