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
{{ message }}
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.
So it looks like Ion uses the from data attribute as a default value for the single slider. Works for new entries. However, when editing existing entries the range slider is always initialized to the from value instead of the input value. Maybe a bug with Ion?
I got this to work with a check and reset of the input value in the helper js function.
The text was updated successfully, but these errors were encountered:
Thanks @ushapax! Would you mind submitting a PR for that? This repo's in a weird place as it's just a partially completed port of a Craft 2 plugin (that I made to quickly get another project to Craft 3). I should probably point this out somewhere...
So it looks like Ion uses the from data attribute as a default value for the single slider. Works for new entries. However, when editing existing entries the range slider is always initialized to the from value instead of the input value. Maybe a bug with Ion?
I got this to work with a check and reset of the input value in the helper js function.
The text was updated successfully, but these errors were encountered: