autocomplete, trigger onChange event only when i selected an element from list suggested

Widgets & Design

Hello,

I Have an autocomplete textfield, i get the list of options from supabase. i whant that when i type something in the textbox, the autocomplete show me the list of options, and when i click on one of this options , i will be redirected to another page. the autocomplete is working good, the problem that onChange event is not triggred when i select an element from the list of options, but when i type something in the textfield. is there any action like ( onItemSelected ) in flutterflow ?

thanks in advance and sorry for my english ๐Ÿ˜„

What have you tried so far?

check that the item in textfield is in the result of query ( list of options )

Did you check FlutterFlow's Documentation for this topic?
No
3
5 replies