File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments