You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RangeDatatype does not directly accept floats, so you have to pass a UnitRangeto it. However, the range does not work the browser and the console shows an error:
On the other hand the q-range bound to the QRange object does nothing, the handler is not triggered.
The text was updated successfully, but these errors were encountered:
It seems it is not possible to have decimal range step size. Here's a MWE with what I've tried:
This is the HTML that's generated:
The
RangeData
type does not directly accept floats, so you have to pass aUnitRange
to it. However, the range does not work the browser and the console shows an error:On the other hand the
q-range
bound to theQRange
object does nothing, the handler is not triggered.The text was updated successfully, but these errors were encountered: