You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question 1: rippleColor=”red” on <mds:Slider> just sets thumbColorProperty with no rippleEffect. Is this expected?
Question 2: color=”red” paints everything (thumb, trackbar..). Is this expected?
When color=”red” is set you cannot change thumb circle color even if thumbColor=”blue” is set for Android. On iOS thumbColor="blue" is respected as expected.
The text was updated successfully, but these errors were encountered:
Question 1:
![image](https://user-images.githubusercontent.com/5860190/64514489-62eb8980-d2f3-11e9-8b1e-175b64398090.png)
rippleColor=”red”
on<mds:Slider>
just setsthumbColorProperty
with no rippleEffect. Is this expected?Question 2:
![image](https://user-images.githubusercontent.com/5860190/64514625-ad6d0600-d2f3-11e9-9885-4e04032e8b32.png)
color=”red”
paints everything (thumb, trackbar..). Is this expected?When
color=”red”
is set you cannot change thumb circle color even ifthumbColor=”blue”
is set for Android. On iOSthumbColor="blue"
is respected as expected.The text was updated successfully, but these errors were encountered: