Skip to content

Commit

Permalink
max length
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo authored and paulo committed Apr 4, 2024
1 parent f228960 commit 78c460d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/config/bt_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class _BtConfigScreenState extends ConsumerState<BtConfigScreen> {
Config_BluetoothConfig_PairingMode.FIXED_PIN)
TextFormField(
controller: _pinController,
maxLength: 6,
textInputAction: TextInputAction.done,
keyboardType: TextInputType.number,
onChanged: (value) {
Expand Down

0 comments on commit 78c460d

Please sign in to comment.