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

Hint Option select not updating the ng-model #162

Open
pratikpanchal4472 opened this issue Oct 25, 2016 · 1 comment
Open

Hint Option select not updating the ng-model #162

pratikpanchal4472 opened this issue Oct 25, 2016 · 1 comment

Comments

@pratikpanchal4472
Copy link

pratikpanchal4472 commented Oct 25, 2016

I found one issue while adding HTML node as a hint content.

Hint match option is '@A'.
When user tried to type @A the dropdown with hint is shown

Hint options has a content function as below.

content: function (item) {
   return $("<span><span class="label label-info">" + item.displayName + "</span><span>&nbsp;</span></span>")[0];
}

While I select from a hint option it seems that it does not update the ng-model and also not firing any on change event.

How should I resolve this?

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

2 participants