0.1.4 • Published 5 years ago

acomp v0.1.4

Weekly downloads
6
License
MPL-2.0
Repository
github
Last release
5 years ago

acomp

Autocompletion & input validation for dates & times

How to use it

Browser textfield:

const acomp = require('acomp')

acomp.create(acomp.inputModel.TimeSimple12And24(), acomp.inputController.TextFieldJquery('#time'))

Models

TimeSimple12And24: Simple time model that accepts HH:MM aswell as HH:MM [am/pm]

DateDDMMYYYY: Date model that accepts DD.MM.YYYY

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago