Anyway I can disable the "click ripple" on the M3 ...
# compose
t
Anyway I can disable the "click ripple" on the M3
FilterChip
? For some reason all the internal stuff is private (
SelectableChip
,
Chip
) on the material 3 lib so it's really hand to customize to my needs 😕 I would like that even if the user clicks the click it's ignored and the thing behind is clicked instead
t
Doesn't work for me, the clickable is inside the Chip class so I don't think the modifier does much 😕
m
CompositionLovalProviders(LocalRippleTheme provides null) might work. Not at home cant check
t
it doesn't let me set null 😕
287 Views