Currently, chips are handled by ChipTextFieldState internally.
Chips should come from outside like ViewModel.
Also there should be Events or Listeners while removing chips that is currently handled internally.
For example, LIKE TextField's value and onValueChanged design (unidirectional)
Currently, chips are handled by ChipTextFieldState internally.
Chips should come from outside like ViewModel.
Also there should be Events or Listeners while removing chips that is currently handled internally.
For example, LIKE TextField's value and onValueChanged design (unidirectional)