Fritz Lin
Fritz Lin
@daomiaru 好的 需要支持一下向下弹出 而且也需要支持一下在body下弹出 这样就不会被挡住了
@sirsquall hi, what's the `` like? Seems the first issue is error in `handleAt` handler
Oooh, Vuetify has been doing lots of magic in a VTextFIeld. It's found hard to hack through. ```js on: Object.assign(listeners, { blur: this.onBlur, input: this.onInput, focus: this.onFocus, keydown: this.onKeyDown }),...
@sirsquall @shiva298 the PR was created, but seems in my machine the click now has some problem while the keydown works well.
@shiva298 well it's ok now, will release later. Forgot to append `this.dispatchInput()` in PR right here: [At.vue](https://github.com/fritx/vue-at/blob/ec002402ab875150558bbcc4f84d5deb3fa87be4/src/At.vue#L393-L394) and [AtTextarea.vue](https://github.com/fritx/vue-at/blob/da049f7e8073c9b1f5e4adfb7a2dbb7e72bfefa0/src/AtTextarea.vue#L131-L132) This will fix the clicking problem and with `@keydown.capture` fixing the...
@sirsquall @shiva298 2.5.0-alpha.2 has been released, try it with vertify plz ```plain npm i -S vue-at@latest ``` Related commits can be tracked by branch here: https://github.com/fritx/vue-at/commits/fix/issue-89-vuetify-textarea
 https://github.com/fritx/vue-at#vuetify-v-textarea
avoidEmail应该不需要处理'@@'对吧,因为合法的邮箱也不会包含'@@',不过是有可能包含'{字母数字}@'的
Thanks, just wait for my test case being ready and once the test passed in all cases I can merge it.
@mirkos93 @csantiago132 sorry I can not merge the PR directly as it breaks the interface to users (for example, the prop is renamed)