Комментарии:
love it ryan!
-franz ;)
There are so many dependencies in that package.json are all over those really necessary for this demonstration? Which ones are bloatware that can be deleted?
ОтветитьHey man
Love it, subbed
Though cannot figure how to convert this to work with a particular property of an object
Hey Nice tutorial!
What is the plugin you have used to make changes without re-loading the page?
Wonderful!! aww this is awesome :D thanks
ОтветитьGreat tutorial bro !
Ответитьsimple, enough and boom :)
ОтветитьYou r awesome!
ОтветитьStop talking too much about yourself.
ОтветитьVery nice demo!
ОтветитьIs it working in angular 5 and how can implement multiple search on one page ui?
Ответитьwonderful example.. But u forget to handle keyboard uparrow and down arrow event to focus autocomplete
ОтветитьWhats the song playing in the background ?
ОтветитьNice tutorial
Ответитьnow it working thank you
Ответить"v.toLowerCase is not a function" error =(
Ответитьwhat's mean 'return' (without value)? is it same as 'return undefined' ??
ОтветитьCan anyone tell me, instead of using that ClickOutsideDirective, can't we just use (blur) to call the toggleDropdown function again? It is working but will it have any major implications later?
ОтветитьMan!! Congratulations for your job! This video help me a lot in my Angular Project! Keep making video like this.
I’m not a expert in Angular, but I know a lot of things, may be we can share our knowledge!
thanks for the tutorial
ОтветитьExcellent tutorial, Ryan! VERY helpful for an important work project!
ОтветитьBTW, the "About Myself" part was respectfully brief, and perfectly OK...Good to know that dev envs you're working in...Didn't take anything away from the excellent presentation.
ОтветитьThank you, I like how you explained it.
ОтветитьThis still works on Angular 8?
ОтветитьHey Ryan, I found a bug which is very important in this tutorial.
When I click outside of the input field, dropdown still opens, do you have any solution about it ?
Hello sir. Could u plz upload a video for multiple words autocomplete when entering in the textbox.
ОтветитьYou made this so easy. Thanks!
ОтветитьWould be great if you don't just skim over some pretty major stuff in 2 sec.
I wouldn't call this a lesson but rather just a monkey see monkey do exercise.
the easier way to make search div show when click and hide when click other place like this :
<input class ="searchBar" (focus)="toggleAC()" (blur)="toggleAC()" type="text" placeholder="{{message}}">
so when your cursor is focusing the input it will toggle the autocomplete, when out of the input it will toggle it again, I hope it help.
Not getting selected value in textfield
Ответитьbtw bro you could return from filter like this:
return ~v.toLowerCase().indexOf(search.toLowerCase())
Selection of value using Arrow up and down key not working
Ответитьif user want to access through up and down arrows in keyboard on the dropdown, is there any solution?
ОтветитьThank you very much for this video, man! Much much appreciated.
Ответитьsaved me, tnks
Ответитьsuper helpful. thank you
Ответить