Skip to content

Commit

Permalink
#46 - docs: input UI description 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rhino-ty committed Apr 25, 2023
1 parent 6dc679a commit 30072ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/textInputUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface TextInputProps extends InputFieldProps {
disabled?: boolean; // input의 disabled, 기본값 false, true일 경우 input 비활성화
placeholder?: string;
errorMessage?: string; // error가 true일 경우 보여줄 에러 메시지, error 필수
message?: string; // error가 false일 경우 보여줄 메시지
message?: string; // error가 false일 경우 보여줄 메시지, description 겸용
}

export default function TextInputUI({
Expand Down

0 comments on commit 30072ae

Please sign in to comment.