surveyjs / custom-widgets

The collection of custom widgets for SurveyJS: Survey Library and Survey Creator :package:
https://surveyjs.io
MIT License
79 stars 78 forks source link

nouislider: Added decimals option #206

Open MrKrabat opened 4 years ago

MrKrabat commented 4 years ago

I have added the decimals option to set the desired number of decimal places. It defaults to 2, which is the default value for nouisliders. This means that this change is not code-breaking.

Fixes #165