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
i want to use javascript to listen the enter event, but the input tag was blur, the autocomplete option is still showing, it is not hidden. I can't found anyway to control it when i trigger the blur event.
…NG-ZORRO#2916)
* feat(module:auto-complete): close panel when the trigger element blur
closeNG-ZORRO#2885
* test(module:auto-complete): add the feat test
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
…NG-ZORRO#2916)
* feat(module:auto-complete): close panel when the trigger element blur
closeNG-ZORRO#2885
* test(module:auto-complete): add the feat test
What problem does this feature solve?
i want to use javascript to listen the enter event, but the input tag was blur, the autocomplete option is still showing, it is not hidden. I can't found anyway to control it when i trigger the blur event.
What does the proposed API look like?
event name: blur(), focus()
attribute name: isFocus
The text was updated successfully, but these errors were encountered: