Skip to content

Commit 21f5659

Browse files
Update README and CHANGELOG
1 parent 92fe2e5 commit 21f5659

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Version 4.0.3 *(XX/03/2024)*
44

55
- Fix max amount formatting with correct separator
6+
- Add initialAmount support and cleanup unused ExperimentalLayoutApi warnings
67

78
## Version 4.0.2 *(03/11/2023)*
89

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ NumberKeyboard(
7676

7777
##### Attribute
7878

79+
- `initialAmount` - Double (default: 0.0): Initial amount for `NumberKeyboard` output
7980
- `maxAllowedAmount` - Double (default: 10_000.0): Maximum amount allowed for the `NumberKeyboard` output
8081
- `maxAllowedDecimals` - Int (default: 2): Maximum decimal points allowed for the `NumberKeyboard` output
8182
- `currencySymbol` - String (default: "$"): Currency symbol for the `NumberKeyboardData` currency format output

0 commit comments

Comments
 (0)