tabinput

1.3.1 • Public • Published

Tabinput

A simple jQuery plugin for adding tabable sections to an input box.

Usage

$('input').tabinput({
  format: 'MM/DD/YYYY',   //Default: 'MM/DD/YYYY'
  seperator: '/',         //Default: '/'
  filter: /[^0-9]/g,      //Default: false
  textAlign: 'center',    //Default: 'left'
  cursor: 'default',      //Default: 'text'
  placeholder: true,      //Default: true
  charWidth: 1,           //Default: 0.6
  widthUnit: 'em'         //Default: 'em'
});

Developing

npm i && bower i
gulp watch

Readme

Keywords

Package Sidebar

Install

npm i tabinput

Weekly Downloads

6

Version

1.3.1

License

MIT

Last publish

Collaborators

  • begizi
  • regexb