ryancramerdesign / ProcessWire

Our repository has moved to https://github.com/processwire – please head there for the latest version.
https://processwire.com
Other
727 stars 201 forks source link

RangeSlider does not work inside a repeater field #2040

Closed creativejay closed 8 years ago

creativejay commented 8 years ago

I've been using a Range Slider inside a repeater field in 2.7.x but now that I'm replicating the same field structure in a new dev installation, I find that the range slider portion of the repeater does not present the slider.

rangeslider within repeater in 2 7 2 rangeslider within repeater in 3 0 33

LostKobrakai commented 8 years ago

This is because the javascript for the slider is not supporting ajax loaded fields.

ryancramerdesign commented 8 years ago

I'll close this one since it looks to be a range slider specific issue rather than a PW one. It appears that range slider Inputfield does not support dynamic insertion. However, chances are that module could be updated relatively easily to support it.