1.1.8 • Published 2 years ago

@mark-solutions/number-format-input v1.1.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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/number-format-input@1.1.7/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
1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago