-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
react/fix inputNumber handleAdjust logic (#518)
* fix inputNumber handleAdjust logic * fix input currency min/max logic * refactor * add changelog * Update react/src/components/atoms/forms/InputNumber/index.js Co-Authored-By: clairesunstudio <[email protected]> * simplify input number handle change logic * simply handle blur and handle adjust on input number * wip * update input currency * Update changelogs/DP-13167.md * Update react/src/components/atoms/forms/InputCurrency/index.js Co-Authored-By: clairesunstudio <[email protected]> * Update react/src/components/atoms/forms/InputCurrency/index.js * Update react/src/components/atoms/forms/InputCurrency/index.js * Update react/src/components/atoms/forms/InputCurrency/index.js Co-Authored-By: avrilpearl <[email protected]> * cast to fixed back to number
- Loading branch information
1 parent
bb40f5d
commit 15ea3e9
Showing
3 changed files
with
107 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Patch | ||
Fixed | ||
- (React) [InputCurrency, InputNumber] DP-13167: Fixed handleAdjust logic so that min/max are not required for up/down buttons to work. #518 | ||
- (React) [InputNumber] DP-13167: Fixed the initial steps when using up/down without a default value and decimal formatting onBlur. #518 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters