Jeremy Quick
Jeremy Quick
@webpatser Is there plans to merge this PR? Currently this package does not work for v8.
Here is a workaround. * Create the file CountriesSeeder.php at database/seeders/ like below: ```
That will fix this issue too. @chadriae However, changing that will affect other third-party libraries with a seeder in the correct location. Also, I wouldn't ever recommend changing vendor files...
@DrowningLessons I am able to achieve multiple like this: ``` Inclusive Tags Exclusive Tags ```
Checkout [ionic4-auto-complete](https://GitHub.com/jrquick17/ionic4-auto-complete) for a comparable and currently maintained version of this project which still maintains the setValue function along with supporting Angular 2+ and Ionic 2+.
`replace()` is a [JavaScript function](https://www.w3schools.com/jsref/jsref_replace.asp) for strings. If the function does not exist then value is not a string. Looking into BoldPrefix it seems that you are not passing a...
This is a copy of this [issue](https://github.com/kadoshms/ionic2-autocomplete/issues/164#issue-348451693).
Check out [ionic4-auto-complete](https://github.com/jrquick17/ionic4-auto-complete)
Since this project is not actively maintained I have fixed this issue and others in a forked repository. [Ionic4-auto-complete](https://GitHub.com/jrquick17/ionic4-auto-complete)
Since this project is not actively maintained I have forked the project and been adding bug fixes and new features. Feel free to check it out and contribute! [ionic4-auto-complete](https://GitHub.com/jrquick17/ionic4-auto-complete) Despite...