mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56: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 description? string
|
||||
---@field maxSelectedValues? number
|
||||
---@field minLength? number
|
||||
---@field maxLength? number
|
||||
|
||||
---@class InputDialogOptionsProps
|
||||
---@field allowCancel? boolean
|
||||
|
||||
Reference in New Issue
Block a user