Skip to content

Commit

Permalink
feat: disabled 속성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
pakxe committed Aug 20, 2024
1 parent a19ca93 commit 3460fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HDesign/src/components/EditableItem/EditableItem.Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export const EditableItemInput = forwardRef<HTMLInputElement, InputProps>(functi
ref={inputRef}
autoFocus
readOnly={readOnly}
disabled={readOnly}
{...htmlProps}
placeholder={htmlProps.placeholder}
/>
Expand Down

0 comments on commit 3460fb4

Please sign in to comment.