mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
feat(web/input): description tooltip on fields
This commit is contained in:
@@ -14,6 +14,7 @@ local input
|
||||
---@field min? number
|
||||
---@field max? number
|
||||
---@field step? number
|
||||
---@field description? string
|
||||
|
||||
---@param heading string
|
||||
---@param rows string[] | InputDialogRowProps[]
|
||||
@@ -57,4 +58,4 @@ RegisterNUICallback('inputData', function(data, cb)
|
||||
local promise = input
|
||||
input = nil
|
||||
promise:resolve(data)
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user