From a40e5c64689e720a60a68a42570da9c80b66b9bc Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Sun, 28 Feb 2016 13:05:47 -0500 Subject: [PATCH] #3596 rlsnotes --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4528e2485e..5cd2625424 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -13,7 +13,7 @@ **Critical Bugs** - **API** - Fixed bug causing `cache: 'local'` not to return the localstorage cached results in some cases - **API** - Fixes bug where `beforeSend` would not correctly cancel request when `return false;` is used in callback. #3660 -- **Dropdown** - Fixed bug where `search selection` would not let you move back in an entered search string with left arrow #3596 +- **Dropdown** - Fixed bug where `search selection` would not let you move back in an entered search string with left arrow #3596 **Thanks @Sanjo** -**Form Validation / Dropdown** - Fixed issue where using "enter" key in a `search dropdown` could cause a form to be submitted #3676 -**Divider** - Fixed issue where descenders like "g" would be cut off in `horizontal divider` #3585