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

alert when tag is not accepted #23

Open
NeckbreakerPascal opened this issue Aug 3, 2018 · 0 comments
Open

alert when tag is not accepted #23

NeckbreakerPascal opened this issue Aug 3, 2018 · 0 comments

Comments

@NeckbreakerPascal
Copy link

I like to give feedback to the user if the typed tag is not accepted.

So I tried to do it with the alertCtrl by ionic but then I got an error:

Cannot read property 'create' of undefined
    at IonTagsInput.webpackJsonp.54.ReporterPage.verifyTag [as verifyMethod] (reporter.ts:574)
    at IonTagsInput.verifyTag (ionic-tags-input.js:117)
    at IonTagsInput.keyAddTag (ionic-tags-input.js:81)
    at Object.eval [as handleEvent] (IonTagsInput.html:20)
    at handleEvent (core.js:13547)
    at callWithDebugContext (core.js:15056)
    at Object.debugHandleEvent [as handleEvent] (core.js:14643)
    at dispatchEvent (core.js:9962)
    at core.js:10587
    at platform-browser.js:2628

It doesn't matter if I try to do it with local Alertcontroller inside the verify Method. Any solution?

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