mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
Fix name textfield focus
This commit is contained in:
@ -79,6 +79,7 @@ class _SidebarRequestCardState extends State<SidebarRequestCard> {
|
||||
Expanded(
|
||||
child: inEditMode
|
||||
? TextFormField(
|
||||
key: Key("${widget.id}-name"),
|
||||
initialValue: widget.name,
|
||||
autofocus: true,
|
||||
style: Theme.of(context).textTheme.bodyMedium,
|
||||
|
Reference in New Issue
Block a user