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.

[Suggestion]Can we make property `value` manageable in Component <Slider />

See original GitHub issue

I was trying to update current location of a <Slider /> by changing the value property,but I got an Error like below:

Error while updating property 'value' of a view managed by: RCTSlider

Env:

android 6.0.1 react-native 0.26.2

My suggestion May be we can replace the value property to a defaultValue,and make the value property changeable to reflect progress of a Slider?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
janicduplessiscommented, Jul 15, 2016

This is maybe because value need to be a number. Does it work if you do value: parseInt(text, 10) ?

0reactions
mkonicekcommented, Oct 27, 2016

Hi there! This issue is being closed because it has been inactive for a while.

But don’t worry, it will live on with ProductPains! Check out its new home: https://productpains.com/post/react-native/suggestioncan-we-make-property-value-manageable-in-component-slider-

Product Pains has been very useful in highlighting the top bugs and feature requests: https://productpains.com/product/react-native?tab=top

Also, if this issue is a bug, please consider sending a pull request with a fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Range-slider property definition ‒ Qlik Sense for developers
Used for defining the default value of your custom property. Since you are defining a range of numbers, two default values need to...
Read more >
[Official Announcement] - OnePlus Forums Rules
In order to maintain the forums relevant and manageable for our team, we'd like you to review the forums rules and guidelines first...
Read more >
AnythingSlider jQuery Plugin - CSS-Tricks
Here on CSS-Tricks, I've created a number of different sliders. ... that one of these sliders is an actual plugin as well, which...
Read more >
QGIS Desktop 3.22 User Guide
We have worked hard to make GIS software (which is traditionally ... Slider: • Input Text: A shadow indicates a clickable GUI component....
Read more >
Slider — Anvil Extras documentation - Read the Docs
Slider component based on the Javascript library noUiSlider. Properties . start. number | list[number]. The initial values of the slider. This property ......
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