260706_1_계정, 로그인, 보안 초안 작성

This commit is contained in:
2026-07-07 19:17:13 +09:00
parent 404941c47a
commit f8633bb1fe
4696 changed files with 6110 additions and 642171 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ export interface InputFieldOptions {
label?: string;
/** placeholder (i18n 결과) */
placeholder?: string;
type?: "text" | "password" | "email" | "number" | "search";
type?: "text" | "password" | "email" | "number" | "search" | "tel";
value?: string;
required?: boolean;
/** number 타입 범위 (1차 유효성 검사용, frontend.md §4) */