Page 1 of 1

Weird behavior

PostPosted: 26 Nov 2014 07:47
by assapan
Hi,
I have spent hours on searching on this subject and finally found !! : :(

a) on a form , drop a dropdown + a datepicker + edit .
b) hook an event in dropdown onchange
c) set edit currencyoptions.enable = true
d) on datepicker set JQMaskoptions set mask to 99/99/9999 and enable := true

run the application , now everytime you change the dropdown selection the edit is cleared :o

set datepicker mask to enable = false and everything works fine

Re: Weird behavior

PostPosted: 26 Nov 2014 12:40
by Alexander Bulei
Hi assapan,

The bug is in jquery.price_format.js...

The function name unmask is conflicting with jquery mask plugin...

Fixed the name in next beta build.

Thanks.

Best Regards.