[General] FocusNode not passed to FormBuilderCheckbox, FormBuilderRadioGroup #1296
Closed
4 of 7 tasks
Labels
bug
Something isn't working
Is there an existing issue for this?
Package/Plugin version
9.1.0
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
I found a bug in the FormBuilderCheckbox, FormBuilderRadioGroup classes where the focusNode is not being passed correctly. When using this widget, it should accept a focusNode parameter and pass it to the underlying CheckboxListTile. However, the focusNode parameter not being passed to CheckboxListTile, GroupedRadio. Hence the respective widgets are not getting focused.
Expected Behavior
The FormBuilderCheckbox , FormBuilderRadioGroup widgets should accept and correctly pass a focusNode parameter to the CheckboxListTile, this will lead to proper working of the focus in above mentioned widgets.
Steps To Reproduce
Steps to Reproduce:
1.Create a FormBuilderCheckbox or FormBuilderRadioGroup widget.
2.Set a focusNode for the widget.
3.Observe that the focusNode is not being applied to the Checkbox or RadioButton
Aditional information
No response
The text was updated successfully, but these errors were encountered: