Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vuetify support? #18

Closed
MagedEWilliam opened this issue Aug 14, 2020 · 0 comments
Closed

Vuetify support? #18

MagedEWilliam opened this issue Aug 14, 2020 · 0 comments

Comments

@MagedEWilliam
Copy link

MagedEWilliam commented Aug 14, 2020

I tried this and it doesn't seem to work

<template>
    <Mentionable
    :keys="['#']"
    :items="tags"
    offset="6"
    >
    <v-textarea
      auto-grow
      rows="1"
      row-height="15"
      v-model="text" 
      placeholder="What's the next task?"
    ></v-textarea>
    </Mentionable>
</template>

It only works with textarea but not v-textarea
So am i doing something wrong or there's no support for vuetify?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant