Set the range of value in Single Input of type range
See original GitHub issueAre you requesting a feature, reporting a bug or ask a question?
I am asking a question
What is the current behavior?
Editing the question I can’t find a place to set the range of values to a range type input. And I can’t find an example too.
What is the expected behavior?
I want to know where I put the range of number in my input with type range.
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
your_code_here
Specify your
- browser: Chrome
- browser version: 58.0.3029.110
- surveyjs platform (angular or react or jquery or knockout or vue): jquey
- surveyjs version: 0.12.16
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
<input type="range"> - HTML: HyperText Markup Language
elements of type range let the user specify a numeric value which must be no less than a given value, and no more...
Read more >HTML input type="range" - W3Schools
The <input type="range"> defines a control for entering a number whose exact value is not important (like a slider control). Default range is...
Read more >HTML5 input type range show range value - Stack Overflow
I mean if initially the slider is at value 5, so in text box it should show as 5, when I slide the...
Read more >Set the range of value in Single Input of type range · Issue #444
I want to know where I put the range of number in my input with type range. How would you reproduce the current...
Read more >How to use the HTML5 range input type | HTML Form Guide
Negative & decimal values in the range input. Yes, you can have negative and decimal values in the range input see below for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@GuiAfonso Yes, I got you finally. Sorry about that. We will add into text 3 properties: rangeMin, rangeMax and rangeStep. Here is their description: https://www.w3schools.com/jsref/dom_obj_range.asp
Thank you, Andrew
@JayDLX Sorry, that I did write back to you. After the discussion, we decided that it is probably better introduce a new range question. The only problem we have with it, that it will look and have different behavior in different browsers. As result we did not come to any solution. Will the custom solution work for you? https://www.surveyjs.io/Examples/Library/?id=custom-widget-nouislider
We may update the demo and add minimum, maximum and some other properties.
Thank you, Andrew