1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Clear tooltip from select2-selection__rendered when selection is cleared (#4746)

This commit is contained in:
alexweissman 2017-10-25 23:12:58 -04:00
parent 1cf42cf6a8
commit 09688ff6d2

View File

@ -3,6 +3,7 @@
## 4.0.6
### Bug fixes
- Clear tooltip from `select2-selection__rendered` when selection is cleared (#4746)
- Fix keyboard not closing when closing dropdown on iOS 10 (#4680)
- User-defined types not normalized properly when passed in as data (#4632)