pull/1504/head
Cory LaViska 2023-08-11 11:01:37 -04:00
rodzic e80b2c9fb9
commit a3450a7d83
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -97,10 +97,8 @@ export default class SlSelect extends ShoelaceElement implements ShoelaceFormCon
/**
* The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the
* value attribute will be a space-delimited list of values based on the options selected, and the value property
* will be an array.
*
* **Note** For this reason, SlOption values must not contain spaces.
* value attribute will be a space-delimited list of values based on the options selected, and the value property will
* be an array. **For this reason, values must not contain spaces.**
*/
@property({
converter: {