Fritz Lin
Fritz Lin
@truckerzoom sorry, the point was missing in guide. Yeah, we had to add that line to whatever your content-editable editor, as I did in the demo https://github.com/fritx/vue-at/blob/725d7a1470e9cc309ae2b7d04deddf8ccf9ceb05/src/App.vue#L135
@mihailvalchev @truckerzoom I used to think that it should be considered as the editor css style, not included in vue-at, but now I think you might be right, I could...
Hi @haydarai , thanks for using vue-at. Currently vue-at only supports contenteditable, textarea is not yet implemented. I'm interested in the feature. Any PR is appreciated too.
Yeah, I wanted to have this feature. Looks like just some api modification. But I was not very free yet. Would be great to see some work on this too.
@haydarai @alex-bowers @jbrooksuk hey guys textarea feature is out with ~~2.2.0~~ 2.2.1, please try 😃 usage: ```vue // import At from 'vue-at' // for content-editable import AtTextarea from 'vue-at/dist/vue-at-textarea' //...
@nocrates yes, if you had any problem, let me know. Btw, a live-demo and documentation is coming soon~~
@pingshunhuangalex hmm that would be another feature request. Could you replace your input just with a one-row textarea or not? Btw, the brand new documentation is out: https://fritx.github.io/vue-at
@seanodotcom nice to have your suggestion. 1. Did you put `v-model` on the `` instead of `` as documented? -- https://fritx.github.io/vue-at/#/en/vmodel 2. There is a prop `suffix` but not yet...
@ZavilenskyIlya is `text` in your `data` section?
@hazanncv yes thanks for the suggestion! It is already documented in the "Textarea" section of Readme but it is unobvious indeed.