mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(interface/input): add min and max length props to input type (#31)
This commit is contained in:
@@ -30,6 +30,8 @@ local input
|
|||||||
---@field searchable? boolean
|
---@field searchable? boolean
|
||||||
---@field description? string
|
---@field description? string
|
||||||
---@field maxSelectedValues? number
|
---@field maxSelectedValues? number
|
||||||
|
---@field minLength? number
|
||||||
|
---@field maxLength? number
|
||||||
|
|
||||||
---@class InputDialogOptionsProps
|
---@class InputDialogOptionsProps
|
||||||
---@field allowCancel? boolean
|
---@field allowCancel? boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user