pierremrtn / firestore_modeler

Visual data modeling tool and client code generator for Firebase's Firestore
6 stars 0 forks source link

Text field requires manual deletion of hint text #5

Closed Shashwat-111 closed 1 month ago

Shashwat-111 commented 1 month ago

For adding text in any text field, one has to manually delete the text, which gets irritating. It should disappear automatically when typing, using Flutter's default hintText behavior. image

pierremrtn commented 1 month ago

Good point, I'll fix that tomorrow

pierremrtn commented 1 month ago

Fixed