form_builder_number_text_field 0.9.1
form_builder_number_text_field: ^0.9.1 copied to clipboard
A specialized FormBuilder textfield for numeric input, featuring automatic data type casting, strict input formatting, and localized decimal separators.
CHANGELOG.md #
0.9.1 - 2026-07-06 #
Fixed
- External
patchValueSynchronization: Fixed a critical rendering bug where callingFormBuilderState.patchValueupdated the underlying form data value correctly but failed to sync and reflect the newly formatted text string on the visualTextEditingController. - State Reset Disconnect: Resolved an issue where invoking form-wide reset triggers left the input text field out of sync with its reactive state value. Overrode the native
didChangeandresetlifecycle pipelines to ensure the text field display always perfectly binds back towidget.initialValue. - Cross-Context Updating: Enhanced
didUpdateWidgetchecks to smoothly capture runtimeinitialValuemutations, ensuring proper internal controller formatting even when the widget is rebuilt inside complex multi-view or cached navigation stacks.
0.9.0 #
- Initial release.