feat(web/input): description tooltip on fields

This commit is contained in:
Luke
2022-10-27 13:45:27 +02:00
parent 1127108fcd
commit a6a0e4905f
10 changed files with 68 additions and 9 deletions

View File

@@ -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)