Nathaniel Sokoll-Ward

Results 1 comments of Nathaniel Sokoll-Ward

Until this is formally supported, here's a workaround that worked well for my use case: Slider component... ``` {this.sliderValueChange(value)}} /> ``` And the sliderValueChange function... ``` sliderValueChange = (value) =>...