From 96f6dc38e7b57c3048269a766d3979d9c62bf975 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 9 Jun 2015 19:00:47 -0400 Subject: [PATCH] #2374 release notes --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b816f2255..5301ca1fb 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -160,6 +160,7 @@ - **Dropdown** - Fixed issue with matching boolean values, and using `set selected` with `true` or `false` - **Dropdown** - Fixed `search dropdown` submitting parent form when enter shortcut pressed - **Dropdown** - Fixed dropdown menu items should not center inside of a center aligned container. +- **Form** - Form will no longer set a height for `textarea` using the `rows` property - **Form** - `field` inside `fields` no longer produce double sized margins. - **Form** - Form sizes and input sizes now inherit from `site.variables` - **Form Validation** - Fixed bug causing `match` rule not to work as expected.