Expected behavior
If you input a value like "55,55" into an element and submit the form, the browser displays a dropdown select the next time you visit the page and double click the same element.
When you select the previously entered value "55,55" it is pasted into the element.
Actual behavior
The value is pasted, but as soon as the focus is lost on the input element, autoNumeric deletes the value
Steps to reproduce the problem
Use any element with autoNumeric as described above