@extends('layouts.master') @section('css') @endsection @section('breadcrumb')

Form Masks

@endsection @section('content')

Input Masks

Input masks can be used to force the user to enter data conform a specific format. Unlike validation, the user can't enter any other key than the ones specified by the mask.

e.g "999-99-999-9999-9"
999 99 999 9999 9
999/99/999/9999/9
192.168.110.310
4deg:1340:6547:2:540:h8je:ve73:98pd
99-9999999
(999) 999-9999
$ 999,999,999.99
dd/mm/yyyy
dd-mm-yyyy
@endsection @section('script') @endsection @section('script-bottom') @endsection