Hi , Is there way that I can disable TextField . I...
# compose
c
Hi , Is there way that I can disable TextField . I have use case in which clicking on TextField should open DropDownMenu, Textfield should only take the click rather focus or opening keyboard, How can disabled focus and enable the click ? Is that possible ?
a
It’s a known feature request that you can star and follow here: https://issuetracker.google.com/issues/166478534
👍 3
m
I think I have same issue like you. I wanna enable click on TextField but
Copy code
clickable
Lambda is not trigger. If it trigger you can also pass nothing to it and act like nothing happened Also in my case.