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

Open
#1,273 2 comments 0 reactions 0 assignees View on GitHub
enhancement
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.