Skip to content

Commit

Permalink
fix: use text type in pinput
Browse files Browse the repository at this point in the history
  • Loading branch information
VytorCalixto committed Nov 28, 2024
1 parent c2ee876 commit 4a7b1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/features/player_view/player_view_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class PlayerViewPage extends StatelessWidget {
const SizedBox(height: 16),
Pinput(
length: 6,
keyboardType: TextInputType.text,
onCompleted: (value) {
liveViewState.subscribe(code: value.toUpperCase());
},
Expand Down

0 comments on commit 4a7b1fa

Please sign in to comment.