mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 23:42:00 +01:00
Hide the cursor in date selection, date is selected via the dialog
This commit is contained in:
@@ -162,6 +162,7 @@ class MeasurementEntryForm extends StatelessWidget {
|
||||
children: [
|
||||
TextFormField(
|
||||
decoration: InputDecoration(labelText: AppLocalizations.of(context).date),
|
||||
readOnly: true, // Hide text cursor
|
||||
controller: _dateController,
|
||||
onTap: () async {
|
||||
// Stop keyboard from appearing
|
||||
|
||||
Reference in New Issue
Block a user