autofocus equipment profile name

This commit is contained in:
Vadim 2025-03-28 09:34:53 +01:00
parent 7d42f1eb2c
commit d2a21d0e68

View file

@ -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,