Skip to content

Commit

Permalink
Merge pull request #41 from mkocansey/development
Browse files Browse the repository at this point in the history
Changed default inputs from 6 to 4 for component/code
  • Loading branch information
mkocansey authored Jun 12, 2022
2 parents 62d090c + 340dbd3 commit da38de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/views/components/code.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
'name' => 'pin-code-'.uniqid(),
// what type of input box are you displaying
// availalble options are text, password, email, search, tel
'total_digits' => 6,
'totalDigits' => 6,
'total_digits' => 4,
'totalDigits' => 4,
// what function should be called when the user is done entering the verification code
// this should just be the function name without parenthesis and parameters.
// example: verifyPin ... when the user is done entering the code Bladewind will call verifyPin(code)
Expand Down

0 comments on commit da38de2

Please sign in to comment.