From 0992f41e90c1cb9702c5b506af1549822d3bf912 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 19 Feb 2018 16:18:23 -0800 Subject: [PATCH] #4423 Thx --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 689516ac7..8d345b44b 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -25,6 +25,7 @@ - **Menu** - Fixes `big` and `huge` sizes being swapped in menu **Thanks @jeremy091** #5902 #5899 - **Table** - Fixes tr not having correct border on first row when using multiple `tbody` **Thanks @Mlukman** #4458 - **Popup** - Popup will now use `content` specified in settings before `title` attribute #4614 **Thanks @aaronbhansen** +- **Form Validation** - Fixes bug where `on: 'change'` would still show validation prompts on `blur` when using `inline: true` #4423 **Thanks @avalanche1** **Doc Updates** - **Icons** - Icon documentation now has a search that will copy the relevent icon html to clipboard