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
I have filled the template. I have created native widget from FormBuilderPhoneField code and added functionality to hide counter on adding counterText = ""
Environment
Package version:
form_builder_phone_field: ^1.1.0
Flutter doctor
Code sample
Description
Expected behavior:
It Should not change UI on adding maxLength property and it should hide counters when added counterText as blank string ("")
Current behavior:
Steps to reproduce
Images
Before adding maxLength=10 to both widget, 2nd widget is FormBuilderTextField from flutter_form_builder package
After adding maxLength=10 to both widget
After adding counterText = "" in InputDecoration
Stacktrace/Logcat
The text was updated successfully, but these errors were encountered: