From 4a62c797cbbf5eefb0a16a3316bbea8c076cdcb1 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 11 Aug 2015 17:25:00 -0400 Subject: [PATCH] Rlsnotes #2824 --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 11fcde948..fc8a82ee5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -34,6 +34,7 @@ - **Transition** - Transition callbacks now all have the correct `this` set. #2758 - **Dropdown** - Fix `left menu` inside `ui menu` appearing horizontally #2778 - **Dropdown** - `forceSelection` no longer sets current value in search selection when current query is blank #2058 +- **Dropdown** - Fixed issue where "no results" message would be still be visible before search query on input focus #2824 **Additional Bugs** - **Build Tools** - Fixes issue on `win` platform where packaged theme would not correctly update when using watch due to regExp not matching windows path separators.