How Do I Fix a Currency Component’s Value Disappearing In Mobile Browsers

There is a compatibility issue with entering numbers in the Currency component (oj-input-number) on mobile devices when the component’s Virtual Keyboard property is set to Number. After you enter numbers, they disappear once the component loses focus. In Chrome’s Developer Tools (set to Mobile view), you'll see a warning similar to:

The specified value "$12.00" cannot be parsed, or is out of range.

To resolve this issue, set the Currency component's Virtual Keyboard property to Auto or Text.