mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
committed by
GitHub
parent
ada2a35c0b
commit
8a7e0f89d2
@@ -14,6 +14,12 @@ export const debugInput = () => {
|
||||
placeholder: '420',
|
||||
description: 'Description that tells you what this input field does',
|
||||
},
|
||||
{
|
||||
type: 'time',
|
||||
format: '12',
|
||||
label: 'Locker Time',
|
||||
description: 'Description that tells you what this input field does',
|
||||
},
|
||||
{ type: 'checkbox', label: 'Some checkbox' },
|
||||
{ type: 'input', label: 'Locker PIN', password: true, icon: 'lock' },
|
||||
{ type: 'checkbox', label: 'Some other checkbox', checked: true },
|
||||
|
||||
Reference in New Issue
Block a user