mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(interface/input): minLength & maxLength option (#286)
This commit is contained in:
@@ -21,6 +21,8 @@ type BaseField<T, U> = {
|
||||
|
||||
export interface IInput extends BaseField<'input', string> {
|
||||
password?: boolean;
|
||||
min?: number;
|
||||
max?: number;
|
||||
}
|
||||
|
||||
export interface ICheckbox {
|
||||
|
||||
Reference in New Issue
Block a user