260706_1_계정, 로그인, 보안 초안 작성
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user