Tuesday, February 28, 2017

How to set autofocus on Laravel input field using Form::text whilst still setting the class

I can't seem to set autofocus on a input field in Laravel 5.4, whilst also setting the class of the element.

What I've tried:










via JL9

Advertisement