Skip to content

Commit

Permalink
πŸ”€ Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Oct 30, 2020
2 parents 7c77064 + 8914b16 commit 2b3a733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CodeInputField/CodeInputField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class CodeInputField: UIControl, UIKeyInput, UITextInputTraits {
}
}

func clearInput() {
public func clearInput() {
values = Array(repeating: nil, count: numberOfDigits)
focussedSegmentIndex = 0
}
Expand Down

0 comments on commit 2b3a733

Please sign in to comment.