Intercepting clicks on TextField

Actions & Logic

Hello everyone ๐Ÿ˜„
I want to intercept clicks on a TextField (i.e. to open a time picker instead), but I haven't found a solution that works well
Is there even a way to do it without custom code?

What have you tried so far?

I've tried a few cursed solutions, mostly

  • Using On Focus Change actions, but there I don't have a way to unfocus the text field

  • Using an invisible image, but I don't know how to copy the text field's size after it changed

Did you check FlutterFlow's Documentation for this topic?
Yes
2
5 replies