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.