V1.0.6
minor bug fix
- disabled on any input will made cursor to be not-allowed and affected on altInput too
- changing 'allowInput' options default to be true, this will made input can get validating on form submit
- according to above 'allowInput' , I just don't want user to input date or time or month manually then I decide to adding function to set altInput to be readonly on 'onOpen' hook and set readonly back to false and got altInput blur on 'onClose' hook.