meteor-editable-text
meteor-editable-text copied to clipboard
`autoResize` undocumented?
I've been trying for a few hours now to hack together an auto-resizing editable-text input field, and I stumbled upon the undocumented autoResize
option. It seems to work, if slightly laggy; is it unfinished?
Ah, I see now the lag issue while typing, and the +20px offset to try to make it less obvious. Hmmmm.
Yeah, it's undocumented because it's not very well implemented. There are a few other undocumented bits and pieces too.
There's got to be a way!
I'll accept a PR if you get a workable solution going. The relevant lines of code are: https://github.com/JackAdams/meteor-editable-text/blob/master/lib/editable_text.js#L394-L403