on blur event for umb-mini-search
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
ng-model="vm.model"
|
||||
ng-change="vm.onChange()"
|
||||
ng-keydown="vm.onKeyDown($event)"
|
||||
ng-blur="vm.onBlur($event)"
|
||||
prevent-enter-submit
|
||||
no-dirty-check>
|
||||
</ng-form>
|
||||
|
||||
+2
-1
@@ -10,7 +10,8 @@
|
||||
bindings: {
|
||||
model: "=",
|
||||
onStartTyping: "&?",
|
||||
onSearch: "&?"
|
||||
onSearch: "&?",
|
||||
onBlur: "&?"
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user