flutter-form-builder-ecosystem / flutter-form-builder-ecosystem/flutter_form_builder
Support FormBuilderNumberField, To use this formbuilder filed for int/double values like amount, age
- Dominant language
- Dart
- Stars
- 1.6k
- Forks
- 561
- PR merge metrics
- No merged PRs in 30d
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package/Plugin version
9.1.0
### What you'd like to happen
Support FormBuilderNumberField, To use this formbuilder filed for int/double values like amount, age we are getting string value from form values. This will make issue while we using from entity json data to form data and vice verse. Not able to use the textfiled for number in smooth way.
### Alternatives you've considered
Keyboard type I am selecting as keyboard input type as number but while taking from form data we are getting string as I am using FormBuilderTextField.
### Aditional information
I have try to use intialValue:"${amountInInt}". But int this assigning is fine, but we getting it will be issue.
Contributor guide
Assessment
This issue has not been assessed yet.