react-dat-gui icon indicating copy to clipboard operation
react-dat-gui copied to clipboard

React dat.GUI

Results 34 react-dat-gui issues
Sort by recently updated
recently updated
newest added

We should link the demo (https://claus.github.io/react-dat-gui/) and add topics to the description of the repo

The handle update function's behavior confuses me a little bit. Looks like the whole data object is deep cloned before setting the new property [here](https://github.com/claus/react-dat-gui/blob/master/src/index.js#L29). The documentation in the README...

Steps to repro: 1. Focus a DatNumber field. 2. Move the cursor to the beginning of the number entered. Eg if the number is 66 as in the demo, move...

bug

Nested DatFolder is always opened despite the `closed` property set to `true` if the parent one is set to be opened by default.

bug