Skip to content

Commit

Permalink
chore: placeholder에 최소 글자수 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
chysis committed Aug 14, 2024
1 parent cd65d5a commit 318a3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/LongReviewItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const LongReviewItem = ({
$style={style}
onChange={handleWriteTextarea}
onBlur={handleBlur}
placeholder={`최대 ${maxLength}자까지 입력 가능해요.`}
placeholder={`최소 ${minLength}자 이상, 최대 ${maxLength}자까지 입력 가능해요.`}
{...rest}
/>
<S.TextareaInfoContainer>
Expand Down

0 comments on commit 318a3ce

Please sign in to comment.