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
If i add an element inside a slide and update its value through js, then this change is not reflected in the UI. The input does get the new value if you retrieve it through js but it's not updated on the display.
Steps to reproduce:
Create a slide or carousel
Add an inside the slide
Update the value through JS with document.getElementById('yourinput').value = 'Updated!'
Observe that the input still shows "Hello" on the display
Run a yourinput.value and observe that it returns "Updated!"
EDIT: This is only a problem when using the carousel type. If you set type to 'slider' then input elements work correctly.
The text was updated successfully, but these errors were encountered:
If i add an element inside a slide and update its value through js, then this change is not reflected in the UI. The input does get the new value if you retrieve it through js but it's not updated on the display.
Steps to reproduce:
EDIT: This is only a problem when using the carousel type. If you set type to 'slider' then input elements work correctly.
The text was updated successfully, but these errors were encountered: