Open devbathani opened 6 hours ago
As in your function i have marked autofocus to true but still when i navigate to that respected page the autoFocus is not awaking the keyboard
Pinput( length: 4, defaultPinTheme: defaultPinTheme, focusedPinTheme: defaultPinTheme.copyWith( decoration: defaultPinTheme.decoration!.copyWith( border: Border.all(color: greenColor), ), ), autofocus: true, controller: authState.otpController, onCompleted: (value) {}, submittedPinTheme: defaultPinTheme, ),
Pinput version: 5.0.0
As in your function i have marked autofocus to true but still when i navigate to that respected page the autoFocus is not awaking the keyboard
Pinput( length: 4, defaultPinTheme: defaultPinTheme, focusedPinTheme: defaultPinTheme.copyWith( decoration: defaultPinTheme.decoration!.copyWith( border: Border.all(color: greenColor), ), ), autofocus: true, controller: authState.otpController, onCompleted: (value) {}, submittedPinTheme: defaultPinTheme, ),
Pinput version: 5.0.0