From 8b80a626126d5e1b4d8454d83eb6c45d80831354 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 29 Dec 2016 15:12:06 -0500 Subject: [PATCH] Rlsnotes #4651 --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 26bb8ec7a..8fe2d7056 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -23,6 +23,7 @@ **Bugs** - **Button** - Fixed issue where css specificity caused `icon buttons` to not center correctly #4487 - **Dropdown** - Fixed bug where clicking `dropdown icon` using remote data would cause nothing to happen #4041 +- **Dropdown** - Fixed issue where using `fullTextSearch: 'exact'` would still fuzzy search on value **Thanks @ rminnett** #4651 #3424 - **Dropdown** - Fix bug where `scrolling menu` or `scrolling dropdown` would have excessive right padding by removing scrollbar width from calculation (no longer necessary in modern browsers) - **Comments** - `small`, `large` and other comment sizes now default to global size variables. - **Dropdown** - Fixed issue where `selectOnKeydown` with `html` content would cause only non html content to display in `text` until blur