David Bismut
David Bismut
You can update the documentation. We could upgrade `get` in the case of a button to be relative to the folder, meaning if you wanted to retrieve values outside the...
You're right, there should be a `title` prop on labels. Note that the `hint` option on the input allows for a longer tooltip message.
Yes, this needs a PR. I mean the `title` html prop. https://developer.mozilla.org/docs/Web/HTML/Global_attributes/title
Custom tooltip exists with the `hint` prop. https://leva.pmnd.rs/?path=/story/misc-input-options--hint
Colors can be themed. For the rest no, not possible.
Hi @amirdeljouyi, the only way to rename a folder programmatically at the moment is to use deps so that Leva rebuilds the schema when the deps change. Let me know...
@vvrnck would you be able to set up a sandbox? Yes, if you look at all arguments from `onChange` there's more than just value: path, and context are also in...
> for [minmax]: When I slide to 7.1, the actual value in store is 7.1000000005. This is a problem with how JavaScript handles numbers https://stackoverflow.com/questions/55280847/floating-point-number-in-javascript-ieee-754. I don't think it's necessary...
Indeed keyboard step is always the same and doesn’t take the step option in consideration. As for the rest I’ll need to check when I’m in front of a computer...
@italodeandra Oh nice! I like the idea. Do you mind creating a PR (even as a draft), so that we can benefit from the CI?