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

Horsey + Insignia when tag is entered #3

Closed
domchristie opened this issue Mar 13, 2015 · 3 comments
Closed

Horsey + Insignia when tag is entered #3

domchristie opened this issue Mar 13, 2015 · 3 comments

Comments

@domchristie
Copy link
Contributor

Suggestions list persists (at old input position) when new tag is entered:

http://quick.as/6Qk8CXOZ

http://jsbin.com/kotirepiqi/1/edit?html,js,output

@bevacqua
Copy link
Owner

A conversion event on insignia triggered whenever convert is called would be sufficient.

el.on('insignia-converted', function () {
  horse.hide();
  horse.show();
});

Would you like to submit a patch for this on insignia? To implement the event see how horsey-select was implemented here

@domchristie
Copy link
Contributor Author

I’d be happy to! I’ll see if I can get a PR in the next few days

@bevacqua
Copy link
Owner

Implemented a .refreshPosition API method in 1.1.0, which should be preferred over .hide / .show. Use insignia@4.1.1

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