dataarts / dat.gui

Lightweight controller library for JavaScript.
Apache License 2.0
7.47k stars 1.08k forks source link

206 #239

Closed awelles closed 5 years ago

awelles commented 5 years ago

Addresses #206 Allows NumberControllerBox to be edited during .listen(), also the nested NumberControllerBox in a NumberControllerSlider.

Uses a boolean __suspendUpdate field on NumberControllerBox, toggled on and off with the input's focus and blur events.