You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,8 @@ class _MyHomePageState extends State<MyHomePage> {
93
93
| decoration |`InputDecoration`|:x:| Sets custom InputDecoration to the widget TextFormField ||
94
94
| elevation |`double`|:x:| Sets elevation to increment and decrement buttons | 5 |
95
95
96
+
> If the value returned by `onChanged` has tousand separators, it is recommended to remove the commas from String before parsing as shown in example before.
97
+
96
98
## Issues & Suggestions
97
99
If you encounter any issue you or want to leave a suggestion you can do it by filling an [issue](https://github.com/4inka/flutter_quantity_input/issues).
0 commit comments