Skip to content

V1.0.6

Compare
Choose a tag to compare
@kodaicoder kodaicoder released this 06 Dec 15:38
· 27 commits to main since this release
1fbf84b

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.