aaron
aaron
You should edit your json file. For example, you got an animation file, named 'animation.json', there's an object in that file, format that json file if needed. you will see...
> what do you mean by "copy code directly"? you can do that with a single click already.
Controller form 'react hook form' ``` ( ( { onChange(e.target.value) onChangeLeverage(e.target.value) }} isInvalid={!!errors.leverage} onBlur={() => trigger("leverage")} onKeyDown={( e: React.KeyboardEvent ) => { if (e.key === "Enter" && !isNaN(Number(value))) { onChange(value)...
nope, not working, click 20x, the value is still not 20. > @armatrix or can you verify using this canary version? > > ``` > "@nextui-org/slider": "0.0.0-canary-20240504162810" > ```
2 years and 6 months later...