@mark-solutions/number-format-input
v1.1.8
Published
This is for format your number field like(10,000)
Downloads
8
Maintainers
Readme
number-format-input
- Hello, this package will help you to make your input as amount.
- For example if you enter 15000 it will be shown as 15,000
usage
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://unpkg.com/@mark-solutions/[email protected]/dist/number-format.bundle.js"></script>
</head>
<body>
<input type="text" id="test" />
</body>
<script>
numberFormat.wrap("test");
</script>
</html>
note
- input type must be text