plentz / jquery-maskmoney

jQuery plugin to mask data entry in the input text in the form of money (currency).

Home Page:https://plentz.github.io/jquery-maskmoney/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

required not working properly

ozturkmtn opened this issue · comments

commented

if I use form required attribute,
when try to submit form without enter masked input which has required attr., error message is coming. but after entering value that field it still giving error message. because of maskMoney. if I remove maskMoney it work proper.