mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +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(
|
content: SingleChildScrollView(
|
||||||
child: TextFormField(
|
child: TextFormField(
|
||||||
controller: controller,
|
controller: controller,
|
||||||
|
textCapitalization: TextCapitalization.words,
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
hintText: 'name'.tr(),
|
hintText: 'name'.tr(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue