mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
refactor(web/input): set date to current if default is set to true
This commit is contained in:
@@ -71,7 +71,7 @@ export interface IColorInput {
|
||||
export interface IDateInput {
|
||||
type: 'date';
|
||||
label: string;
|
||||
default?: string;
|
||||
default?: string | true;
|
||||
disabled?: boolean;
|
||||
description?: string;
|
||||
required?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user