question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Set the range of value in Single Input of type range

See original GitHub issue

Are 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:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
andrewtelnovcommented, Jun 16, 2017

@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

0reactions
andrewtelnovcommented, Aug 24, 2017

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found