File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -389,12 +389,6 @@ class FormBuilderTextField extends FormBuilderField<String> {
389
389
final state = field as _FormBuilderTextFieldState ;
390
390
/*final effectiveDecoration = (decoration ?? const InputDecoration())
391
391
.applyDefaults(Theme.of(field.context).inputDecorationTheme);*/
392
- void onChangedHandler (String value) {
393
- /*if (onChanged != null) {
394
- onChanged(value);
395
- }*/
396
- state.didChange (value);
397
- }
398
392
399
393
return TextField (
400
394
controller: state._effectiveController,
@@ -419,7 +413,6 @@ class FormBuilderTextField extends FormBuilderField<String> {
419
413
minLines: minLines,
420
414
expands: expands,
421
415
maxLength: maxLength,
422
- onChanged: onChangedHandler,
423
416
onTap: onTap,
424
417
onEditingComplete: onEditingComplete,
425
418
onSubmitted: onSubmitted,
You can’t perform that action at this time.
0 commit comments