[Suggestion]Can we make property `value` manageable in Component <Slider />
See original GitHub issueI 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:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top 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 >
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
This is maybe because value need to be a number. Does it work if you do
value: parseInt(text, 10)
?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.