fetchOptions property
Optional async loader. Receives the current query, returns matching values. Triggers the hybrid (local-first, load-more) behaviour when set.
Implementation
final Future<List<String>> Function(String query)? fetchOptions;
Optional async loader. Receives the current query, returns matching values. Triggers the hybrid (local-first, load-more) behaviour when set.
final Future<List<String>> Function(String query)? fetchOptions;