File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,16 @@ export type InputType =
31
31
* @fires UUIInputEvent#change on change
32
32
* @fires InputEvent#input on input
33
33
* @fires KeyboardEvent#keyup on keyup
34
+ * @cssprop --uui-input-height - Height of the element
35
+ * @cssprop --uui-input-background-color - Background color of the element
36
+ * @cssprop --uui-input-background-color-disabled - Background color when disabled
37
+ * @cssprop --uui-input-background-color-readonly - Background color when readonly
38
+ * @cssprop --uui-input-border-width - Border width
39
+ * @cssprop --uui-input-border-color - Border color
40
+ * @cssprop --uui-input-border-color-hover - Border color on hover
41
+ * @cssprop --uui-input-border-color-focus - Border color on focus
42
+ * @cssprop --uui-input-border-color-disabled - Border color when disabled
43
+ * @cssprop --uui-input-border-color-readonly - Border color when readonly
34
44
*/
35
45
@defineElement ( 'uui-input' )
36
46
export class UUIInputElement extends FormControlMixin (
You can’t perform that action at this time.
0 commit comments