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

TextViewWithHint still fails with v-model #62

Open
BigWillie opened this issue May 31, 2019 · 7 comments
Open

TextViewWithHint still fails with v-model #62

BigWillie opened this issue May 31, 2019 · 7 comments

Comments

@BigWillie
Copy link

Bug still present - #60

Thanks,
Rob

@EddyVerbruggen
Copy link
Collaborator

Would you mind sharing a Vue repo that reproduces it? The vanilla JS demo in this repo demonstrates that it does so I’m curious what it takes to make it work with Vue as well. Thx!

@Mixelated
Copy link

same problem here in latest version with VueJS

@fgutteridge
Copy link

Same here. Any updates, or plans fix? @EddyVerbruggen do you still need a Vue repro?

@rigor789
Copy link

Not sure if solved yet, but you need to tell Vue what prop/event to use for v-model

Vue.registerElement(
  'TextViewWithHint',
  () => require('nativescript-iqkeyboardmanager').TextViewWithHint,
  {
    model: {
      prop: 'text',
      event: 'textChange'
    }
  }
)

@mreall
Copy link

mreall commented Jul 22, 2020

Any updates? This still doesn't work for me.

@rigor789
Copy link

@mreall have you tried my suggestion above?

@mreall
Copy link

mreall commented Aug 1, 2020

@rigor789 I did and it didn't work for me. I ended up reverting all the TextViewWithHint elements back to plain TextViews.

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

6 participants