Add missing 'invalid' property.
This commit is contained in:
@@ -283,6 +283,7 @@ class TpDropdown extends BaseElement {
|
||||
autoExtend: { type: Boolean, },
|
||||
focused: { type: Boolean, reflect: true, },
|
||||
readonly: { type: Boolean, reflect: true },
|
||||
invalid: { type: Boolean, reflect: true },
|
||||
/*
|
||||
* Stores the first known value of the `value` property that is not falsy.
|
||||
* If `items` changes and no longer holds the originally selected item,
|
||||
|
Reference in New Issue
Block a user