Add missing :state(blank) docs

This commit is contained in:
Lea Verou
2025-01-16 15:55:55 -05:00
parent 34f8744493
commit 03d8238edb
2 changed files with 4 additions and 0 deletions

View File

@@ -83,6 +83,8 @@ import styles from './select.css';
* @cssproperty --border-color - The border color of the select's combobox.
* @cssproperty --border-width - The width of the select's borders, including the listbox.
* @cssproperty --box-shadow - The shadow effects around the edges of the select's combobox.
*
* @cssstate blank - The select is empty.
*/
@customElement('wa-select')
export default class WaSelect extends WebAwesomeFormAssociatedElement {

View File

@@ -43,6 +43,8 @@ import styles from './textarea.css';
* @cssproperty --border-color - The color of the textarea's borders.
* @cssproperty --border-width - The width of the textarea's borders.
* @cssproperty --box-shadow - The shadow effects around the edges of the textarea.
*
* @cssstate blank - The textarea is empty.
*/
@customElement('wa-textarea')
export default class WaTextarea extends WebAwesomeFormAssociatedElement {