From ed98c55e8471ce27a9c76305f5fb2448d05e11e3 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Sun, 15 May 2016 14:15:45 -0400 Subject: [PATCH] Fixes issue with checkbox onEnable/disable callback mispelling --- RELEASE-NOTES.md | 1 + src/definitions/modules/checkbox.js | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 40b06b155..cba05a197 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -47,6 +47,7 @@ - **Button** - Fixed issue where `disabled loading button` would not remove `pointer-events` #2933 - **Button/Dropdown** - Button dropdowns using `default text` no longer receive incorrect font styling for placeholder text - **Checkbox** - Radio buttons received `indeterminate` styles when user has not yet interacted with the page in Chrome +- **Checkbox** - Fixed issue where docs refer to `onEnable` and `onDisable` with checkbox but callback was called `onEnabled` and `onDisabled`, both callbacks will now be valid until 3.0 #3761 #3763 - **Dropdown** - Dropdowns no longer re-open on selection when nested inside of a `