News

Vue component for numbers input. Contribute to smwbtech/vue-number-input development by creating an account on GitHub.
Use x-number directive on an input to auto format the number. The thousands separator and the decimal point can be specified in the string between quotes. Simply separate the strings with a vertical ...
vue-phone-number-input is a good Vue component that adds a beautiful text field to format phone numbers. This component is made with Vue.
We in very common scenario come across a scenario where we want user to just be able to enter Mobile Number Format. This small code piece will help in validating user to enter only Mobile number ...
We can disable the keys to enter inside the textbox. For example if we have a textbox for entering user's age then a user only need to enter numbers (The age will only be in number format ie 12,18 and ...