Input Masks
Date Input Fields
The Date Input Fields example uses Cleave.js for formatted date entry.
Configure it with options like date: true
and delimiter: '/'
for a smooth user experience.
Time Input Fields
The Time Input Fields example uses Cleave.js to format time input.
Configure it with options like time: true
and timePattern: ['h', 'm']
for a structured input.
Custom Input Fields
The Custom Input Fields example uses Cleave.js to format input as needed.
Configure it with options like delimiter: '-'
, blocks: [4, 4, 4, 4]
, and uppercase: true
for a custom format.