We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242ec90 commit 0242d15Copy full SHA for 0242d15
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.3.2](https://github.com/cchanxzy/react-currency-input-field/compare/v3.3.1...v3.3.2) (2021-04-13)
2
+
3
4
+### Bug Fixes
5
6
+* prevent cursor jumping when press delete key ([#155](https://github.com/cchanxzy/react-currency-input-field/issues/155)) ([242ec90](https://github.com/cchanxzy/react-currency-input-field/commit/242ec908d6eb34b1767b21b21515d5ea25e3c80e))
7
8
## [3.3.1](https://github.com/cchanxzy/react-currency-input-field/compare/v3.3.0...v3.3.1) (2021-03-21)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-currency-input-field",
- "version": "3.3.1",
+ "version": "3.3.2",
"description": "React <input/> component for formatting currency and numbers.",
"files": [
"dist/**/*"
0 commit comments