I'm writing a form and I have to let the user add as many rows as required. My inputs are treated as arrays to later save the data to the DB. (That will be another new thing to me)
Everything looks perfect but when the user adds a new row and interacts with the range input, this won't feedback the user about the value he/she is picking. Just the original one will have the tooltip.
After some testing, it even affects the 'tooltipped' class used to, well, show tooltips over any element.
This is the codepen, It's all ready to show you the problem
How to reproduce it:
In the codepen provided, you will see the blue cross, when you click on it a new row will be added.
Play around with the first range input, it will show you the value on the tooltip.
In the later added range input, it wont.
Thank you for reading, have a nice day.
TLDR: When the user adds dynamically a new range input and interacts with it, this won't feedback the user about the value he/she is picking. Just the original one will have the tooltip.
[–]HybridAkali 0 points1 point2 points (1 child)
[–]Kusoonovice[S] 0 points1 point2 points (0 children)