-
Notifications
You must be signed in to change notification settings - Fork 26
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
New Example: Loading data from $http using ui-select as user is typing data #52
Comments
I believe that UI-select supports this kind of behavior. You could probably extrapolate from this example how to utilize that functionality. |
Hi Kent, UI-Select supports it but I need to know the value typed into the search as Thanks Andy On Wed, Jul 15, 2015 at 2:20 PM, Kent C. Dodds [email protected]
|
Sorry, I'm busy right now, but I can just say that you can return a promise from |
Hi Kent, I have been banging my head on this for some time now. To recap, I am The strange thing is that if I set the model.Description in field with key vm.fields = [
$modelValue, scope) {
|
Hi, sorry that this has been such a challenge for you. First off, I took your code and it's actually not valid JavaScript. So I'd first recommend making sure that you've got that worked out. Secondly, it's easier for me to help you if you follow the instructions here: http://help.angular-formly.com |
Noticed that you were trying to say |
I would like an example that demonstrates: I have a big list of data in backend. I am able to use a controller to get the data back but are unable to pass in the currently typed value in my ui-select as I am busy typing
The text was updated successfully, but these errors were encountered: