Skip to content

Commit

Permalink
color-list-input-warp-off
Browse files Browse the repository at this point in the history
文本框改成不自动换行
  • Loading branch information
ioahc committed Nov 14, 2024
1 parent f685962 commit 92aa6a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ function App() {
placeholder={placeholderText}
value={colorList}
onChange={(e) => handleColorListChange(e.target.value)}
wrap="off"
/>
</div>
</div>
Expand Down

0 comments on commit 92aa6a6

Please sign in to comment.