From b3143be7b9dfd3fe9f516abd2d87e29f9cf0adb2 Mon Sep 17 00:00:00 2001 From: Choyoungjun Date: Sun, 20 Oct 2024 23:27:09 +0900 Subject: [PATCH] =?UTF-8?q?chore=20::=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Scene/AllTab/Component/Bug/BugReportView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/Presentation/Sources/Scene/AllTab/Component/Bug/BugReportView.swift b/Projects/Presentation/Sources/Scene/AllTab/Component/Bug/BugReportView.swift index 4eb03c6..1eedcfd 100644 --- a/Projects/Presentation/Sources/Scene/AllTab/Component/Bug/BugReportView.swift +++ b/Projects/Presentation/Sources/Scene/AllTab/Component/Bug/BugReportView.swift @@ -25,6 +25,7 @@ public class BugReportView: BaseView { private let titleLabel = PiCKLabel(textColor: .modeBlack, font: .label1) private let textField = PiCKTextField(placeholder: "예: 메인, 외출 신청").then { $0.isHidden = true + $0.keyboardType = .default } private let textView = PiCKTextView( title: "버그에 대해 설명해주세요. *",