Skip to content

Commit

Permalink
Merge pull request #367 from LEEJW1953/fe-fix-address
Browse files Browse the repository at this point in the history
[Fix] 모각코 작성, 수정 시 장소 input readonly 처리
  • Loading branch information
LEEJW1953 authored Dec 7, 2023
2 parents 4a43546 + 08a5e98 commit 2cb9ede
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 2cb9ede

Please sign in to comment.