Binod Basnet
02/17/2025, 4:36 PMSkaldebane
02/17/2025, 4:40 PMSkaldebane
02/17/2025, 4:41 PMModifier.clickable
isn't the right solution here; as it'll take all click inputs away from the text field (i.e. you won't be able to move the cursor or click on text).Skaldebane
02/17/2025, 4:42 PMinteractionSource
and get the PressInteraction
events from that.Skaldebane
02/17/2025, 4:50 PMPressInteraction
when there's no text in the text field. Not sure if that's a bug or intended behavior, but it's definitely surprising.Binod Basnet
02/18/2025, 4:41 AM