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

If suggestion tag not found then show placeholder text possible ? #17

Closed
mitulmarsonia opened this issue Aug 30, 2019 · 2 comments
Closed

Comments

@mitulmarsonia
Copy link

Thanks for make great library.

Tag suggestion and new tag creation working properly. I want if no tag suggestion as per our search then we want to show bottom placeholder "Enter to generate new tag".

Please help me out.

@amsify42
Copy link
Owner

Okay, I will try to add some setting option for this, update the code and let you know.

@amsify42
Copy link
Owner

amsify42 commented Sep 1, 2019

I have added a setting with name noSuggestionMsg, you can pass it something like this

$('input[name="color"]').amsifySuggestags({
	noSuggestionMsg: 'Enter to generate new tag'
});

@amsify42 amsify42 closed this as completed Sep 1, 2019
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