mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/menu): tooltip description support
This commit is contained in:
@@ -60,7 +60,7 @@ RegisterCommand('testMenu', function()
|
||||
end,
|
||||
options = {
|
||||
{label = 'Nice option'},
|
||||
{label = 'Nice header', values = {'Option1', 'option2', 'option3'}}
|
||||
{label = 'Nice header', values = {'Option1', 'option2', 'option3'}, description = 'Tooltip description'}
|
||||
}
|
||||
}, function(selected, scrollIndex)
|
||||
print(selected, scrollIndex)
|
||||
|
||||
Reference in New Issue
Block a user