Skip to content

Commit

Permalink
🐛 모각코 작성, 편집 시 장소 input readonly 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
LEEJW1953 committed Dec 7, 2023
1 parent 4a43546 commit 08a5e98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export function PostAddress({ control, setValue }: PostAddressProps) {
onChange={onChange}
errorMessage={error && MOGACO_POST.ADDRESS.REQUIRED}
onClick={onClickInput}
readOnly
/>
)}
/>
Expand Down

0 comments on commit 08a5e98

Please sign in to comment.