triniwiz / nativescript-star-ratings

NativeScript star ratings UI component plugin.
Apache License 2.0
22 stars 8 forks source link

can add editable false? #12

Open terrylee2810 opened 6 years ago

terrylee2810 commented 6 years ago

i want set editable to false, i just want to display purpose. can help me on this, other than use enabled = false?

topclaudy commented 5 years ago

You can wrap the component in a StackLayout with "isUserInteractionEnabled" set to false.

imperatormk commented 5 years ago

You can wrap the component in a StackLayout with "isUserInteractionEnabled" set to false.

@topclaudy Doesn't quite work.

Rashids5776 commented 3 years ago

any updates on this?