You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you ever tested what happens when there are two autocompletes on a single page? Because your binding relies on a singular view model which is not the bound view model, what happened to one autocomplete list happens to all of them. I think I can get this to work, but I'm going to move all the stuff you put in your singleton into the viewmodel which is being bound. Talk about an anti-pattern!
The text was updated successfully, but these errors were encountered:
When i built it I only needed 1 VIewmodel so that's why it looks like this. I didnt make it to complicated at the time, becuase I just wanted to keep it simple for me. I didnt need to make it more complicated during time, do you think it's a good idea to break things out, just fork me and give me a suggestion.
Have you ever tested what happens when there are two autocompletes on a single page? Because your binding relies on a singular view model which is not the bound view model, what happened to one autocomplete list happens to all of them. I think I can get this to work, but I'm going to move all the stuff you put in your singleton into the viewmodel which is being bound. Talk about an anti-pattern!
The text was updated successfully, but these errors were encountered: