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.
2 parents c337bf3 + 9f29370 commit 76dd280Copy full SHA for 76dd280
1 file changed
lib/src/widgets/editable_text.dart
@@ -69,8 +69,8 @@ class $TextEditingController implements $Instance {
69
switch (identifier) {
70
case 'text':
71
$value.text = value.$value;
72
- break;
+ default:
73
+ _superclass.$setProperty(runtime, identifier, value);
74
}
- return _superclass.$setProperty(runtime, identifier, value);
75
76
0 commit comments