OTPTextField icon indicating copy to clipboard operation
OTPTextField copied to clipboard

How to allow backspace or Does it backspace not work?

Open prabavgts opened this issue 3 years ago • 3 comments
trafficstars

prabavgts avatar Feb 16 '22 16:02 prabavgts

Hi, could you provide more details around this. What device/operating system it is happening what version of the library you're working with?

iamvivekkaushik avatar Mar 11 '22 09:03 iamvivekkaushik

I am using otp_text_field: ^1.0.2 version

OTPTextField( length: 6, controller: viewModel.controller, width: MediaQuery.of(context).size.width, fieldWidth: 35, style: TextStyle( fontSize: 30, fontWeight: FontWeight.bold, color: Colors.black), textFieldAlignment: MainAxisAlignment.spaceAround, fieldStyle: FieldStyle.underline, onCompleted: (pin) { print("Completed: " + pin); viewModel.verification(mobile); }, onChanged: (value){

                        },
                      ),

prabavgts avatar Mar 11 '22 12:03 prabavgts

Backspace is not working same issue!!

aakash-patel-dev avatar Mar 19 '22 03:03 aakash-patel-dev