mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(web/dialog): precision prop for number input (#372)
* feat(web/input): added precision prop for number input * fix(web/input): added missing disabled prop to checkbox * fix(web/input): correct icon for debug data * fix(web/input): remove step prop from typings * fix(web/debug): remove step prop
This commit is contained in:
@@ -40,6 +40,14 @@ export const debugInput = () => {
|
||||
max: 10,
|
||||
icon: 'receipt',
|
||||
},
|
||||
{
|
||||
type: 'number',
|
||||
label: 'Price',
|
||||
default: 6.5,
|
||||
min: 0,
|
||||
max: 10,
|
||||
icon: 'receipt',
|
||||
},
|
||||
{
|
||||
type: 'slider',
|
||||
label: 'Slide bar',
|
||||
|
||||
Reference in New Issue
Block a user