@extends('layouts.vertical', ['title' => 'Form Inputmask', 'topbarTitle' => 'Form Inputmask']) @section('css') @endsection @section('content')

Form Inputmask

A Java-Script Plugin to make masks on form fields and HTML elements.

e.g "DD/MM/YYYY"

Add attribute data-toggle="input-mask" data-mask-format="00/00/0000"

e.g "HH:MM:SS"

Add attribute data-toggle="input-mask" data-mask-format="00:00:00"

e.g "DD/MM/YYYY HH:MM:SS"

Add attribute data-toggle="input-mask" data-mask-format="00/00/0000 00:00:00"

e.g "xxxxx-xxx"

Add attribute data-toggle="input-mask" data-mask-format="00000-000"

e.g "x-xx-xx-xx"

Add attribute data-toggle="input-mask" data-mask-format="0-00-00-00"

e.g "Your money"

Add attribute data-mask-format="000.000.000.000.000,00" data-reverse="true"

e.g "#.##0,00"

Add attribute data-toggle="input-mask" data-mask-format="#.##0,00" data-reverse="true"

e.g "xxxx-xxxx"

Add attribute data-toggle="input-mask" data-mask-format="0000-0000"

e.g "(xx) xxxx-xxxx"

Add attribute data-toggle="input-mask" data-mask-format="(00) 0000-0000"

e.g "(xxx) xxx-xxxx"

Add attribute data-toggle="input-mask" data-mask-format="(000) 000-0000"

e.g "(xx) xxxxx-xxxx"

Add attribute data-toggle="input-mask" data-mask-format="(00) 00000-0000"

e.g "xxx.xxx.xxxx-xx"

Add attribute data-mask-format="000.000.000-00" data-reverse="true"

e.g "xx.xxx.xxx/xxxx-xx"

Add attribute data-toggle="input-mask" data-mask-format="00.000.000/0000-00" data-reverse="true"

e.g "xxx.xxx.xxx.xxx"

Add attribute data-toggle="input-mask" data-mask-format="099.099.099.099" data-reverse="true"

@endsection @section('scripts') @vite(['resources/js/components/form-inputmask.js']) @endsection