URL

URL validation form input

Params

ParamvalueUse for

placeholder

format

phone format

value

number

lowercase string

id

string

id of tag

name

string

name of tag

max

number

limit value

Components Laravel (Required JS)

form.blade.php
<x-input:url name="url" id="url" value="products/list" placeholder="URL" max="50" />

Last updated