mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-09 11:00:39 +00:00
autofocus equipment profile name
This commit is contained in:
parent
7d42f1eb2c
commit
d2a21d0e68
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ class _NameFieldBuilder extends StatelessWidget {
|
||||||
bottom: Dimens.paddingS / 2,
|
bottom: Dimens.paddingS / 2,
|
||||||
),
|
),
|
||||||
child: LightmeterTextField(
|
child: LightmeterTextField(
|
||||||
|
autofocus: true,
|
||||||
initialValue: state.name,
|
initialValue: state.name,
|
||||||
maxLength: 48,
|
maxLength: 48,
|
||||||
hintText: S.of(context).name,
|
hintText: S.of(context).name,
|
||||||
|
|
Loading…
Reference in a new issue