[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:
2025-11-13 23:15:08 +13:00
committed by jebus
parent 39faab3d11
commit a7f48c2cf9

View File

@ -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>