LiewJunTung / pin_code_text_field

A highly customisable Flutter widget for entering pin code. Suitable for use cases such as login and OTP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to reset value from parent widget

yukitaka13-1110 opened this issue · comments

Hi!

I want to reset value already input.
What should I do ?

Thank you!

You can use a TextEditingController to reset.

Hi,

Shouldn't this issue be closed?