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
In it current form we wrap the TextformField in the widget and pass attributes down. Which means we hide existing TextFormField attributes. Instead investigate approaches for directly extending the TextformField an overriding the build method or builder of the same to achieve a similar result.
This could reduce naming conflicts while exposing existing attributes.
The text was updated successfully, but these errors were encountered:
Abhilash-Chandran
changed the title
Instead wrapping TextformField see if it can be extended.
Instead of wrapping TextformField see if it can be extended.
Aug 23, 2020
In it current form we wrap the TextformField in the widget and pass attributes down. Which means we hide existing TextFormField attributes. Instead investigate approaches for directly extending the TextformField an overriding the build method or builder of the same to achieve a similar result.
This could reduce naming conflicts while exposing existing attributes.
The text was updated successfully, but these errors were encountered: