Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Add read-only attribute to emoji input field in
Browse files Browse the repository at this point in the history
Balance component.
  • Loading branch information
walnuts1018 committed Nov 7, 2023
1 parent 3d830a6 commit 1a1e3f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/app/mypage/Balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export function Balance({
setIsEmojiPicking(true);
}}
placeholder="絵文字"
readOnly={true}
/>
<input
type="text"
Expand Down

0 comments on commit 1a1e3f2

Please sign in to comment.