-
-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
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
blingkonnerth and rasitayaz
Metadata
Metadata
Assignees
Labels
No labels