Skip to content

Commit 7ebe9aa

Browse files
committed
fix: maxLenght 설정 추가
1 parent 838638a commit 7ebe9aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

design-system/ui/textFields/DefaultTextField.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const DefaultTextField = forwardRef<HTMLInputElement, DefaultTextFieldProps>(
6565
onBlur={onBlur}
6666
placeholder={placeholder}
6767
disabled={disabled}
68+
maxLength={maxLength}
6869
{...rest}
6970
className={`w-full h-11 px-3 py-2 border ${
7071
errorMessage ? 'border-red-500' : 'border-placeholderText'

0 commit comments

Comments
 (0)