Andarist / Andarist/react-textarea-autosize
Specific content length leads to unintended behavior after load
- Lingua principale
- TypeScript
- Stelle
- 2.4k
- Fork
- 247
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**Version:** latest
https://codesandbox.io/s/lxqqw4k9rq
This example shows a use of the textarea where it should extend from 1 to 2 lines before showing a scrollbar. The predefined given content however leads to a situation where the textarea already shows a scrollbar after load instead of extending to a new line. Editing the value shows that it extends correctly if you add a few more characters and that it would even fit on one line.
I thing it has something to do with the length of the content with consideration about the style (since it effects the length).
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.