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
I tried to use the range-slider component with computed range property but that seems to cause noUiSlider to complain (eagerly) that it's "Missing 'min' or 'max' in 'range'." I tried to await the range value but it seems that it's immediately evaluating the resultant promise and failing to render with the error above.
I wonder how this is done or whether CP range is supported.
thanks
The text was updated successfully, but these errors were encountered:
I understand this is due to the fact that the range property must have already been settled when creating the noUISlider instance and that instance is created in the didInsertElement hook rather than didReceiveAttrs hook of the range-slider component? I wonder if it works to create my own wrapper component to wait for range to settle before rendering range-slider but even then I've already attempted to wait for promises to resolve in the template without much success.
I tried to use the
range-slider
component with computed range property but that seems to cause noUiSlider to complain (eagerly) that it's "Missing 'min' or 'max' in 'range'." I tried to await the range value but it seems that it's immediately evaluating the resultant promise and failing to render with the error above.I wonder how this is done or whether CP range is supported.
thanks
The text was updated successfully, but these errors were encountered: