mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/input): allow defining icon for number row field
This commit is contained in:
@@ -27,6 +27,7 @@ export const debugInput = () => {
|
||||
default: 12,
|
||||
min: 3,
|
||||
max: 10,
|
||||
icon: 'receipt',
|
||||
},
|
||||
{ type: 'slider', label: 'Slide bar', min: 10, max: 50, step: 2 },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user