This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Disable first refresh call #1197
Comments
i need that too. |
Some news? |
In refresh function try add: |
@AlexSin15 I tried that, but if I do it like that, when clicking (ie. focusing) the input, nothing happens except that the arrow disappears, but there is no focus on the input. You have to click the input again to get actual focus. |
+1 |
+1 |
1 similar comment
+1 |
Hi, can maybe somebody have a look at this and make a PR? |
+1000000000 |
+1 |
1 similar comment
+1 |
Solution? You just both pass the search filter and the open boolean: Then in your fetch function you check if $select.open is true:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
I've found a problem in ui-select with binding remote data.
This is my code
I want that the call to remote server starts after user keyup on input and not before.
I see that the call start after the page is loaded
Regards,
FS
The text was updated successfully, but these errors were encountered: