From 052a9616229dae5ee800ed9785ff5676de8c7945 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Sun, 13 Sep 2015 14:31:30 -0400 Subject: [PATCH] #3016 release notes --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cdb81d83b..58f0b58c9 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -27,6 +27,7 @@ $('.ui.form') - **Form Validation** - All form prompts now support templates values, `{value}`, `{name}`, `{ruleValue}`, and `{identifier}` #3001 **Bugfixes** +- **Dropdown** - Fixed issue with ',' key not being allowed in dropdown due to user tagging shortcut key #3016 - **Form Validation** - Validation messages in `error message` group are now correctly removed when invalid field revalidates on blur - **Table** - Fixed issue where `(x) column segment table` was inheriting accidentally inheriting some grid styles - **Grid** - Fixed `middle aligned grid` not applying to columns #2959