Skip to content

Commit

Permalink
Merge pull request #163 from 42Box/dev/162-feat-set-keyboard-type-in-…
Browse files Browse the repository at this point in the history
…addbookmarkview/#162

feat: textView 키보드 타입 변경
  • Loading branch information
noeyiz authored Apr 9, 2024
2 parents 54ca4d7 + 007660b commit 942bace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iBox/Sources/BoxList/AddBookmark/AddBookmarkView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class AddBookmarkView: UIView {
$0.font = .cellTitleFont
$0.textColor = .label
$0.isScrollEnabled = true
$0.keyboardType = .emailAddress
$0.keyboardType = .default
$0.autocorrectionType = .no
}

Expand All @@ -68,7 +68,7 @@ class AddBookmarkView: UIView {
$0.font = .cellTitleFont
$0.textColor = .label
$0.isScrollEnabled = true
$0.keyboardType = .emailAddress
$0.keyboardType = .URL
$0.autocorrectionType = .no
}

Expand Down

0 comments on commit 942bace

Please sign in to comment.