I was wondering what is currently the best way to update from an Inputs.range slider only on ‘release’ of the slider?
I see this cautious input example that uses the pre-Inputs version of a slider. Is this the way to go or are there better, possibly more compact approaches?
Thanks very much. Edited: Removed earlier response that suggested options were being ignored (stupid mistake on my part in placing the options in the wrong object).
Building on this, is it possible to distinguish continuous slider events from those dispatched on release? My use case is the wish to update a cell to provide some rapid visual feedback on standard live update of a slider and then update a more computationally expensive cell only on slider release.
I am not sufficiently familiar with the Observable event model to know if this would be possible, but I think it would be very useful if it was.