react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

Fix range slider initial values

Open ajp8164 opened this issue 2 years ago • 0 comments

Description

Fixes range slider to allow initial min and max thumb positions. The prior implementation always sets the initial thumb positions to the track min and max values which is typically not the same as the values selected by the user. This change allows the range slider to be reconstructed from values set in a previous session.

Changelog

Fix range slider to allow initial min and max thumb positions to be set on component mount.

ajp8164 avatar Aug 14 '22 19:08 ajp8164