💄 Place create: autofocus on name
This commit is contained in:
parent
725b2cc16e
commit
93b63df79a
@ -1,7 +1,7 @@
|
||||
<section>
|
||||
<div pFocusTrap class="grid grid-cols-2 md:grid-cols-4 gap-4" [formGroup]="placeForm">
|
||||
<p-floatlabel variant="in" class="col-span-2">
|
||||
<input id="name" formControlName="name" pInputText fluid />
|
||||
<input id="name" formControlName="name" pInputText autofocus fluid />
|
||||
<label for="name">Name</label>
|
||||
</p-floatlabel>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user