diff --git a/lib/widgets/gallery/forms.dart b/lib/widgets/gallery/forms.dart index 2e7fcbe9..a8159262 100644 --- a/lib/widgets/gallery/forms.dart +++ b/lib/widgets/gallery/forms.dart @@ -133,7 +133,11 @@ class _ImageFormState extends State { ), TextFormField( key: Key('field-date'), - decoration: InputDecoration(labelText: AppLocalizations.of(context).date), + decoration: InputDecoration( + labelText: AppLocalizations.of(context).date, + suffixIcon: Icon(Icons.calendar_today_outlined), + ), + readOnly: true, // Stop keyboard from appearing controller: dateController, onTap: () async { // Stop keyboard from appearing