forked from enviPath/enviPy
[Fix] Predict page scrolls to submit button (#209)
Autofocus on form is automatically placed on cancel button. Now it is on Name. fixes #205 Reviewed-on: enviPath/enviPy#209 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
@ -26,6 +26,7 @@
|
|||||||
placeholder="Name"
|
placeholder="Name"
|
||||||
id="name"
|
id="name"
|
||||||
class="input input-md w-full"
|
class="input input-md w-full"
|
||||||
|
autofocus
|
||||||
/>
|
/>
|
||||||
<span>Name</span>
|
<span>Name</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user