1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Fix keyboard not closing when closing dropdown on iOS 10 (#4680)

This commit is contained in:
alexweissman 2017-10-25 22:45:29 -04:00
parent 7d41ea153e
commit ef2ef8b685
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
## 4.0.6 ## 4.0.6
### Bug fixes ### Bug fixes
- Fix keyboard not closing when closing dropdown on iOS 10 (#4680)
- User-defined types not normalized properly when passed in as data (#4632) - User-defined types not normalized properly when passed in as data (#4632)
## 4.0.5 ## 4.0.5

View File

@ -60,6 +60,7 @@ define([
self.$search.attr('tabindex', -1); self.$search.attr('tabindex', -1);
self.$search.val(''); self.$search.val('');
self.$search.blur();
}); });
container.on('focus', function () { container.on('focus', function () {