You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recommend you set the pattern attribute which will cause the numeric keyboard to be displayed on mobiles:
<inputclass="number" pattern="\d*">
This will be added to the library in due time, and has been added as an [issue] (https://github.com/omarshammas/jquery.formance/issues/5). For example, $('input.number').formance('format_number'); would automatically set the pattern attribute and other best practices.