PeerCard. Menu. Add label to text input on "rename"
This commit is contained in:
parent
0739820774
commit
8c3be1c8ce
@ -682,8 +682,9 @@ abstract class BasePeerCard extends StatelessWidget {
|
|||||||
child: TextFormField(
|
child: TextFormField(
|
||||||
controller: controller,
|
controller: controller,
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
decoration:
|
decoration: InputDecoration(
|
||||||
const InputDecoration(border: OutlineInputBorder()),
|
border: OutlineInputBorder(),
|
||||||
|
labelText: translate('Name')),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user