How to make input field with focus
#245
Unanswered
keithyeohh
asked this question in
Q&A
Replies: 1 comment
-
You can do like this, {{ html()->text('name')->autofocus() }} <input type="text" name="name" id="name" autofocus> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As per the title, please.
Beta Was this translation helpful? Give feedback.
All reactions