Reputation: 95
I would like to be able to disable an item in the list component from changing colour when tapped on in Sencha touch. Is there a way to do this? I browsed through the api documentation of the list component but couldn't see a configuration option that allowed this to be changed.
Thanks.
Upvotes: 4
Views: 2064
Reputation: 3258
Try setting the selectedCls
to an empty string in the List's config.
Upvotes: 9