Problem/Motivation
I have a website with a multistep form with ajax enabled. If I put a range-slider element on the first step the range-slider library is loaded and the slider looks like it should be. When I put a range-slider element on the second step of my form the library isn't loaded and the element looks like a 'normal' webform slider element.
Does anyone know a solution to this problem?
It does go trough the right template: form-element--range-slider.html.twig
Steps to reproduce
Create a multistepform, enable AJAX and place a range-slider element on the first and second step.
Proposed resolution
Load the library on every step of the multistep form?
Comments
Comment #2
mathieu.h commentedComment #3
mathieu.h commentedComment #4
mathieu.h commentedComment #5
lazzyvn commentedIt works with multistep on my site with https://www.drupal.org/project/field_group_bootstrap
Comment #6
baikho commentedI appreciate this is an old bug report but tested both on latest 2.x and 3.x with Ajax on Webform without issues. If this is still happening please feel free to re-open.