- Reset - Upgrades to normalize.css 7.0 Thanks @ivantcholakov #4647
- Dropdown - Fixed issue where
search selection dropdown
would reset list to top after selection when re-opening dropdown #4506
- *Progress - Calling
reset
will now resetvalue
to 0, so increment starts again at 0
- Input - Input now will reset
font-weight
andfont-style
if set on parent;
- Modal - Modal that is larger than page height will now correctly reset body height on remove #2576
- Form -
reset
will no longer clear values if no default value is found #2504 - Form - Clarified usage for
reset
in form docs #2504
- Transition - Adjusting
style
orclass
during a transition, will no longer reset the change after transition completes. - Form Validation - Fixed
clear
andreset
causing validation error to appear on checkbox if empty rule was set on checkbox.
- Form - Form now has new methods
reset
,clear
,set value(s)
, andread value(s)
for modifying and reading form data. Check docs for details on implementation. Thanks @mktm - Dropdown - Dropdown now stores
placeholder text
(prompt text) as separate fromdefault text
(text set on page load). You can now reset placeholder conditions using `$('.ui.dropdown').dropdown('clear');``
- Reset - Reset now inherits
box-sizing
from html tag
- Modal - Modal onShow and onHide occurs before transition starts, allowing for class name changes not to be reset