How to programmatically set focus to TextField built by fieldViewBuilder of an Autocomplete widget?
Tried to give input focus to a TextField by extracting the FocusNode from the AutoComplete’s fieldViewBuilder function. For this i need a setState call inside the fieldViewBuilder function, which seems to be not working. What can I do ?