1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Fix IE11 issue with select losing focus after selecting an item (#4860)

This commit is contained in:
alexweissman 2017-10-27 12:41:34 -04:00
parent bca6a50331
commit 14f53e7e41

View File

@ -8,6 +8,7 @@
### Bug fixes ### Bug fixes
- Add `;` before beginning of factory wrapper (#5089) - Add `;` before beginning of factory wrapper (#5089)
- Fix IE11 issue with select losing focus after selecting an item (#4860)
- Clear tooltip from `select2-selection__rendered` when selection is cleared (#4640, #4746) - Clear tooltip from `select2-selection__rendered` when selection is cleared (#4640, #4746)
- Fix keyboard not closing when closing dropdown on iOS 10 (#4680) - 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)