Skip to content

Commit 33ae936

Browse files
fix: remove property to avoid assert
1 parent 437f2c7 commit 33ae936

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/lib/minimal_code_example.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class _ExamplePageState extends State<_ExamplePage> {
4747
FormBuilderFilterChips<String>(
4848
decoration: const InputDecoration(
4949
labelText: 'The language of my people',
50-
enabled: false,
5150
),
5251
name: 'languages_filter',
5352
selectedColor: Colors.red,

0 commit comments

Comments
 (0)