mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(mobile): Capitalize first letter when add / edit name (#19005)
This commit is contained in:
parent
e8ba9dd208
commit
48e16f0a5a
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class PersonNameEditForm extends HookConsumerWidget {
|
|||
content: SingleChildScrollView(
|
||||
child: TextFormField(
|
||||
controller: controller,
|
||||
textCapitalization: TextCapitalization.words,
|
||||
autofocus: true,
|
||||
decoration: InputDecoration(
|
||||
hintText: 'name'.tr(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue