Email

Email validation form input

Params

ParamvalueUse for

placeholder

format

email format

value

string

email

id

string

id of tag

name

string

name of tag

max

number

limit value

Components Laravel (Required JS)

form.blade.php
<x-input:url-camel name="email" id="email" value="info.user@company.com" placeholder="Email Address" max="50" />

Last updated