Fritz Lin

Results 364 comments of Fritz Lin

After trying [At.js](http://ichord.github.io/At.js/), it seems that we'd better also make the following change: 1. When `inserted-node` clicked, don't edit it, clear the node, then open the at-panel. 2. When hitting...

Yeah, if I have time this weekend, would give it a try ;) thanks guys! Any suggestion is welcomed.

@MRCSDZ vue-at binds `@click` on the `` item, source: https://github.com/fritx/vue-at/blob/725d7a1470e9cc309ae2b7d04deddf8ccf9ceb05/src/AtTemplate.vue#L15-L25 Could you paste your code snippet here?

Emm.. no idea for now... demo seems to work well: https://fritx.github.io/vue-at/#/en/customtemplates > But when I use the component without custom tag I can select any option on my list. Did...

@bhulsman oh the feature is missing. Seems vue-at only supports a single set of data for now. But I'm not sure if this would work: (That's crazy) ```vue ```

I've tried it and it works in my docs demo xD @bhulsman

Added an faq/demo for this: https://fritx.github.io/vue-at/#/en/propsats

@gamenic-sandip If you are using textarea, it can be hard to achieve. And if you are using contenteditable, you can use [customized tags](https://github.com/fritx/vue-at#custom-tags) like ```vue {{ s.current.name }} ``` and...

@zhonghao23 there are two `` below. ```vue {{ s.current.name }} ``` We can choose either one of them to be ``

@daomiaru 你的情况我理解是,里层card设有`overflow:hidden`,所以没法突破,需要调整一下,比如去掉