Input, integer show thousands, no placeholder

When I have an input and I select it to be type integer and then check the box to show the thousands separator on page load the value is set to zero and the placeholder text is not visible, instead the value of zero is visible.

If you do not select the check box for show thousands separator there is not issue and the input’s value on page load is empty and the placeholder text is visible.

So, it seems like the input when showing thousands separator is being loaded with an initial value of zero, despite no initial value being set on the element in the editor.

bug_thousands

This topic was automatically closed after 14 days. New replies are no longer allowed.