Dashbaord fixes

This commit is contained in:
AlacrisDevs
2026-02-07 22:29:09 +02:00
parent d22847f555
commit 23693db9ec
4 changed files with 509 additions and 43 deletions

View File

@@ -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}