Open punitnathani opened 8 years ago
For cases when displayInput: false, it would be good to have the subText.text visible. Of course, given that when subText.enabled: true. This is when the user doesn't want to see the value but just the text.
displayInput: false
subText.text
subText.enabled: true
For cases when
displayInput: false
, it would be good to have thesubText.text
visible. Of course, given that whensubText.enabled: true
. This is when the user doesn't want to see the value but just the text.