mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-07 01:50:40 +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,
|
||||
),
|
||||
child: LightmeterTextField(
|
||||
autofocus: true,
|
||||
initialValue: state.name,
|
||||
maxLength: 48,
|
||||
hintText: S.of(context).name,
|
||||
|
|
Loading…
Reference in a new issue