You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`icon` | `string` | `""` | Leading icon to display in select. See [`mwc-icon`](https://github.com/material-components/material-components-web-components/tree/master/packages/icon). _Note_: for proper list spacing, each list item must have `graphic="icon"` or `graphic="avatar"` to be set.
220
220
`disabled` | `boolean` | `false` | Whether or not the select should be disabled.
221
221
`outlined` | `boolean` | `false` | Whether or not to show the material outlined variant.
222
-
`helper` | `string` | `""` | Helper text to display below the select. Display default only when focused.
223
-
`helperPersistent` | `boolean` | `false` | Always show the helper text despite focus.
222
+
`helper` | `string` | `""` | Helper text to display below the select. Always displays by default.
224
223
`required` | `boolean` | `false` | Displays error state if value is empty and select is blurred.
225
224
`validationMessage` | `string` | `""` | Message to show in the error color when the select is invalid. (Helper text will not be visible)
226
225
`selected` | `ListItemBase`\|`null` | `null` | Selected list item element.
0 commit comments