LiewJunTung / pin_code_text_field

A highly customisable Flutter widget for entering pin code. Suitable for use cases such as login and OTP.
MIT License
376 stars 78 forks source link

clear pin text box #9

Closed chanyap92 closed 5 years ago

chanyap92 commented 5 years ago

how to clear my pin text box ? i try controller.text = '' but doesnt work, the controller is clear but the pin text box still showing * in it

LiewJunTung commented 5 years ago

Done, check out version 1.3.2. 😄

chanyap92 commented 5 years ago

Done, check out version 1.3.2. 😄

but after updated now all my pinbox come out error Exception: TextEditingController can only contains numeric

doubletcjs commented 2 years ago

enablePinAutofill: false