DEV Community

Cover image for How to hide letter counter from the bottom of TextField in Flutter - fluttercorner.com
FlutterCorner
FlutterCorner

Posted on

How to hide letter counter from the bottom of TextField in Flutter - fluttercorner.com

Hello Guys How Are You all? hope you all are fine. Today I faced some issues with Textfield. Actually, My TextFormField counter cannot be hidden. Even when I want to remove.

How to hide letter counter from the bottom of TextField in Flutter
I was Facing Above error. Actually I have PIN text input box that is made by TextField. So Here I Have found below solution that was worked for me. So Lets start without wasting your time.

Solution 1 : using maxLength and counterText

Here is all possible method and solution added please have a look How to hide letter counter from the bottom of TextField in Flutter

Top comments (0)