mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(web/input): min and max date
This commit is contained in:
@@ -76,4 +76,7 @@ export interface IDateInput {
|
||||
description?: string;
|
||||
required?: boolean;
|
||||
placeholder?: string;
|
||||
clearable?: boolean;
|
||||
min?: string;
|
||||
max?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user