Dashbaord fixes
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
required?: boolean;
|
||||
autocomplete?: AutoFill;
|
||||
icon?: string;
|
||||
name?: string;
|
||||
oninput?: (e: Event) => void;
|
||||
onchange?: (e: Event) => void;
|
||||
onkeydown?: (e: KeyboardEvent) => void;
|
||||
@@ -35,6 +36,7 @@
|
||||
required = false,
|
||||
autocomplete,
|
||||
icon,
|
||||
name,
|
||||
oninput,
|
||||
onchange,
|
||||
onkeydown,
|
||||
@@ -79,6 +81,7 @@
|
||||
{disabled}
|
||||
{required}
|
||||
{autocomplete}
|
||||
{name}
|
||||
{oninput}
|
||||
{onchange}
|
||||
{onkeydown}
|
||||
|
||||
Reference in New Issue
Block a user