tusen-ai / naive-ui

A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.
https://www.naiveui.com
MIT License
16.21k stars 1.67k forks source link

input尾部遮挡文字 #6259

Open iwwwWan opened 3 months ago

iwwwWan commented 3 months ago

Describe the bug

在input框输入多个文字(超出input宽度),有时一次性输入五个字只展示出来3个字、4个字甚至3个半字

Steps to reproduce

在input框输入多个文字(超出input宽度),有时一次性输入五个字只展示出来3个字、4个字甚至3个半字

Link to minimal reproduction

https://www.naiveui.com/zh-CN/light/components/input

System Info

naive-ui,vue

Used Package Manager

npm

Validations

Nakus0426 commented 2 months ago

input 在内容溢出时是可以横向滚动的

https://github.com/user-attachments/assets/0739aac5-1803-4071-8b35-ca539857b874

iwwwWan commented 2 months ago

https://github.com/user-attachments/assets/9ad6908f-feef-408b-991c-4e0663b2554d

滚动我可以理解 但是跟我所说的遮挡还是有区别的

Nakus0426 commented 2 months ago

Screen-2024-08-21-.34520.mp4 滚动我可以理解 但是跟我所说的遮挡还是有区别的

意思是输入后如果文字溢出了,输入框没有自动滚动到底部?