mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 18:24:10 -04:00
feat(mobile): Capitalize first letter when add / edit name (#19005)
This commit is contained in:
parent
e8ba9dd208
commit
48e16f0a5a
@ -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…
x
Reference in New Issue
Block a user