Ver código fonte

quick fix currentTextEditingValue

lucky1213 5 anos atrás
pai
commit
860786c5f0
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      packages/zefyr/lib/src/widgets/input.dart

+ 5
- 0
packages/zefyr/lib/src/widgets/input.dart Ver arquivo

171
     // TODO: implement updateFloatingCursor
171
     // TODO: implement updateFloatingCursor
172
   }
172
   }
173
 
173
 
174
+  @override
175
+  // TODO: implement currentTextEditingValue
176
+  TextEditingValue get currentTextEditingValue =>
177
+      _lastKnownRemoteTextEditingValue;
178
+  
174
   @override
179
   @override
175
   void connectionClosed() {
180
   void connectionClosed() {
176
     if (hasConnection) {
181
     if (hasConnection) {