SuperTextField and SuperTextArea should optionally growWithInput #157
Labels
api
All things related with adding, removing and modifying public API.
enhancement
New feature or request
help wanted
Extra attention is needed
not sure if needed
The results are probably not worth the effort
Milestone
As a neat feature it could be allowed for text fields and text areas to grow while the input is being typed. This can be done by listening to change (input) events in JS and setting the input's
width
toscrollWidth
.The text was updated successfully, but these errors were encountered: