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

can not set range from 100 - 230 in nouislider #216

Closed anaskhanstack closed 4 years ago

anaskhanstack commented 4 years ago

Untitled

andrewtelnov commented 4 years ago

@anaskhanstack You should set rageMin and rageMax properties.

    {
     "type": "nouislider",
     "name": "question1",
     "rangeMin": 100,
     "rangeMax": 230,
    }

Thank you, Andrew

anaskhanstack commented 4 years ago

It worked! Thank you so much brother