Camel URL

Camel URL validation form input

Params

ParamvalueUse for

placeholder

format

phone format

value

number

camel case 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-camel name="url" id="url" value="productsList" placeholder="URL" max="50" />

Last updated