Skip to content

Commit 0a4aba5

Browse files
committed
add slider question type to docs
1 parent 8f0738b commit 0a4aba5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/plugins/survey.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,14 @@ The signaturepad question allows participants to add their digital signature to
177177
- [Signaturepad example](https://surveyjs.io/form-library/examples/signature-pad-widget-javascript/jquery)
178178
- [Signaturepad API documentation](https://surveyjs.io/form-library/documentation/api-reference/signature-pad-model)
179179

180+
#### sliders
181+
182+
A slider presents a predefined range of values along a scale with a draggable thumb that users can move to select a location/number. It offers an alternative to text boxes by visually representing the available input range. A range slider displays a predefined scale with *two* draggable thumbs, allowing users to select a range of values. Users can also drag the entire selected range along the scale without changing the distance between the thumbs.
183+
184+
- [Slider example](https://surveyjs.io/form-library/examples/single-value-slider-input/vanillajs#)
185+
- [Range slider example](https://surveyjs.io/form-library/examples/dual-range-slider-input/vanillajs)
186+
- [Slider and range slider API documentation](https://surveyjs.io/form-library/documentation/api-reference/questionslidermodel)
187+
180188
#### text
181189

182190
In addition to a basic text input box, you can select from any of these other input types: **color, date, datetime-local, email, month, number, password, range, tel, time, url, week**. Setting these input types will change things like (1) the format of the response elements, (2) the characters/values that the participant is allowed to enter, and/or (3) add automatic validation for the response format.

0 commit comments

Comments
 (0)