We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4a7a7 commit d0c4526Copy full SHA for d0c4526
lib/src/fields/form_builder_chips_input.dart
@@ -74,7 +74,6 @@ class FormBuilderChipsInput<T> extends FormBuilderField<List<T>> {
74
final state = field as _FormBuilderChipsInputState<T>;
75
76
return ChipsInput<T>(
77
- key: ObjectKey(state.value),
78
initialValue: field.value,
79
enabled: state.enabled,
80
decoration: state.decoration(),
0 commit comments