onSubmitted property
Callback fired when the user submits the input (e.g., presses enter).
Delegated to the underlying ChipInput. Called with the submitted text value.
Implementation
final ValueChanged<String>? onSubmitted;
Callback fired when the user submits the input (e.g., presses enter).
Delegated to the underlying ChipInput. Called with the submitted text value.
final ValueChanged<String>? onSubmitted;