clearOnQueryChange property

bool clearOnQueryChange
final

When set to true, the dependent controller's (which is set via react prop) value would get cleared whenever the query changes.

The default value is false

Implementation

final bool clearOnQueryChange;