adar2378 / pin_code_fields

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓
https://pub.dev/packages/pin_code_fields
MIT License
690 stars 336 forks source link

Add toolbarOptions field, that TextFormField supports #307

Closed nickolight closed 1 year ago

nickolight commented 1 year ago

Hi, There is an issue with copy/paste to the PinCodeTextField.

inputFormatters: [FilteringTextInputFormatter.digitsOnly], - with this field we can allow users, to input only digits from the keyboard. But still exist an opportunity to paste text to the PinCodeTextField.

It would be great to be able to control such kind of behavior.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.