File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class MyHomePageState extends State<MyHomePage> {
59
59
FormBuilderSearchableDropdown <String >(
60
60
name: 'searchable_dropdown_online' ,
61
61
onChanged: _onChanged,
62
- asyncItems: (filter) async {
62
+ asyncItems: (filter, _ ) async {
63
63
await Future .delayed (const Duration (seconds: 1 ));
64
64
return allCountries
65
65
.where ((element) => element
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ extension TextFiledCopy on TextField {
287
287
onAppPrivateCommand: onAppPrivateCommand,
288
288
onTapAlwaysCalled: onTapAlwaysCalled,
289
289
onTapOutside: onTapOutside,
290
- scribbleEnabled : scribbleEnabled ,
290
+ stylusHandwritingEnabled : stylusHandwritingEnabled ,
291
291
spellCheckConfiguration: spellCheckConfiguration,
292
292
statesController: statesController,
293
293
strutStyle: strutStyle,
You can’t perform that action at this time.
0 commit comments