Skip to content

Commit d0c4526

Browse files
committed
Removed the key attribute because it was messing with focus.
1 parent 5b4a7a7 commit d0c4526

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/fields/form_builder_chips_input.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class FormBuilderChipsInput<T> extends FormBuilderField<List<T>> {
7474
final state = field as _FormBuilderChipsInputState<T>;
7575

7676
return ChipsInput<T>(
77-
key: ObjectKey(state.value),
7877
initialValue: field.value,
7978
enabled: state.enabled,
8079
decoration: state.decoration(),

0 commit comments

Comments
 (0)