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

Backspace doesn't delete the number #64

Open itsJoKr opened 2 years ago

itsJoKr commented 2 years ago

Describe the bug The backspace should delete the number.

To Reproduce Simplest example:

PinCodeTextField();
  1. Type numbers
  2. Press backspace

Expected behavior The numbers are deleted

Actual behavior The numbers stay the same. The focus does change properly.

Flutter 2.5.2, Android.

nhathuynh2803 commented 1 year ago

I also have the same issue. on ios web.