Closed n00b42 closed 7 years ago
This is my first pull request ever, I hope its ok that way. I did not now if I should have split the 3 commits in different requests or bundle them...
Incorporated your suggestions.
Merged, thanks!
I’m honored that you chose this project for your first PR! I hope this will be the start of many more contributions to open source projects! 😄
1) Until now having a range input with e.g. min=-10 and max=0 lead to unexpected behavior, as max=0 was interpreted as empty and replaced by 100. 2) Although an empty 'value' was already taken care of ("values[0] || ...") 3) While changing the value directly using JS was possible, the graphical representation did not update correctly (only on user interaction).