Skip to content

Auto Focus not workingΒ #197

@devbathani

Description

@devbathani

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions