Skip to content

Commit

Permalink
Merge pull request #56 from FRC2706/dev
Browse files Browse the repository at this point in the history
v1.1.4
  • Loading branch information
ryanidk authored Mar 23, 2024
2 parents 7b27fd5 + 45de6a2 commit 4182dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/match_scouting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class _MatchScoutingState extends State<MatchScoutingPage> {
? 'This field is required'
: null,
),
keyboardType: TextInputType.number,
//keyboardType: TextInputType.number,
inputFormatters: [
FilteringTextInputFormatter
.digitsOnly
Expand Down

0 comments on commit 4182dd0

Please sign in to comment.