mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-22 20:40:40 +00:00
removed autofocus from name textfield
This commit is contained in:
parent
4c0c9963b8
commit
6059fe7c48
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ class _NameFieldBuilder extends StatelessWidget {
|
||||||
),
|
),
|
||||||
child: LightmeterTextField(
|
child: LightmeterTextField(
|
||||||
initialValue: state.name,
|
initialValue: state.name,
|
||||||
autofocus: true,
|
|
||||||
maxLength: 48,
|
maxLength: 48,
|
||||||
hintText: S.of(context).name,
|
hintText: S.of(context).name,
|
||||||
style: Theme.of(context).listTileTheme.titleTextStyle,
|
style: Theme.of(context).listTileTheme.titleTextStyle,
|
||||||
|
|
Loading…
Reference in a new issue