-
### 版本
2.0.30
### textarea组件链接
[www.uviewui.com](https://www.uviewui.com/components/textarea.html)
### 重现步骤
当我输入一行内容后,我想通过回车进行换行,结果无法换行没有反应。我试了一下uniapp官方的textarea组件,都是可以支持回车换行的。请问有什么解决办法吗?
…
-
![image](https://github.com/user-attachments/assets/532e46be-0266-4e2d-90b4-e597da4ffc12)
Let say , i have 2 choices, each choice i have different other text area.
When i choose one option, other o…
-
- OS Version: Windows 10 22H2
- Browser Version: Chrome 120.0.6099.225
- Browser Addon Version: 0.2.15
- Neovim Plugin Version: commit 3363c14
### What I tried to do
Type `` to open firen…
-
## ❌ 버그 발생
textarea autoresize기능을 만들었는데 텍스트를 입력하면 점프하는 현상이 생깁니다.
## 🐞 발생한 위치
`src/components/ContentBox/index.tsx`
## 📖 참고 사항
공유할 내용, 레퍼런스, 추가로 발생할 것으로 예상되는 이슈, 스크린샷 등을 넣어 주세요.
- 추가적으로 필요한 내…
-
```javascript
var t=document.createElement('textarea');
t.value='\r\n';
console.log(t.value.length);//logs 1
```
`'\r\n'` → `'\n'`
`'\r'` → `'\n'`
~this is bad because doing nothing a…
-
This issue is still not fixed?
https://github.com/phpmyadmin/themes/issues/67
Because I have the same problem, see screenshot "font too big".
I removed
textarea{font-family:monospace;font-…
-
Some components in JavaFx, which contains scrollbars, such as TextArea, ListView and ScrollPane, when the content is very long, the scrollbar's thumb become very small.
I kind of hoping this Flowles…
-
I think the problem is with preventDefault-s onMouseDown/Up, but I'm not sure.
To reproduce: add textarea inside MapInteraction component
I did it with provided example project.
-
If I write some lines in the textArea when in landscape, and then rotate to portrait, the scroll position is suddenly at the top of the textArea and not at the bottom as it should be.
Landscape:
![la…
-
```
It would be useful for the user's GEL and Jython code to be highlighted
correctly as they type into the transform textarea. I'd like to propose using
something like the CodeMirror library to do…