A Special Message about Flex Modals
- Message - Fix issue with
compact icon message
not appearing compact #4759
- Search - Fixes issue where empty results message can still appear when using setting
showNoResults: false
#4616
- Message - Added additional variables for
@padding
- Search - Search now includes a
showNoResults
setting for determining whether no results messages should be shown - Site - Added colored box shadow defaults.
ui message
now includes individual colored border shadows based on new site defaults. - Dropdown - Fixed issue where value set using javascript DOM metadata would be cleared when a message or user addition triggered
refresh
#3879 #3622 Thanks @mdehoog - Search - Fixed an issue where
onResult
returningfalse
would not prevent the search menu from hiding. Clicking on an empty results message will also no longer close the search results. #3856 #3870 - Message - Fixes
compact message
appearing asblock
when inside aform
#3343 Thanks @bcroq - Segment/Message -
top attached message
has no border when attached tosegment
#3619
- Search - Search now correctly hides menu when an error message inside results is clicked. #3039
- Message -
ui list
used insideui message
now aligns properly in all conditions #2958 - Form Validation - Validation messages in
error message
group are now correctly removed when invalid field revalidates on blur
- Dropdown - Dropdown with user additions now will use custom templated messages to distinguish added choice from preselected choice #2923
- Dropdown - Fixed issue where "no results" message would be still be visible before search query on input focus #2824
- Form - Form will no longer show messages that are empty in
error
,warning
, orsuccess
state.
- Message - Fixed issues where icon would overlap in
icon message
when at mobile resolutions due toflex-collapse
value being incorrect #2665
- Message - Fixes
attached icon message
not usingflex
- Dropdown - Dropdown will now show correctly when menu only includes a message with no other items
- Dropdowns - Added ability to add custom choices to all search selection dropdowns (multi/single) using
allowAdditions: true
setting. Search now displays error messages on no results in all cases. - Message -
icon message
now usesflexbox
for layout - Message - Message now uses
@lineHeight
fromsite.variables
- Message - Updated all message colors for legibility
- Message - Close icon position adjusted to align with headers
- Popup - Popup will now produce an error message and not mistakenly appear in the top left corner of page, if called with a
popup
ortarget
that does not exist. - Message - Slightly increases
box-shadow
- API - Remove console error message when no API url is specified but element is a
form
(defaults toform
action)
- Form Validation - Validation messages no longer increase field height on
inline fields
like checkboxes after error appears - Search - Category search no longer displays unnecessary error message about maxResults
- Form -
info message
are no longer hidden by default insideui form
- All UI - Adds error message when triggering an invalid module behavior i.e. typos
$('.dropdown').dropdown('hid');
- Form - Form now has a success state which will automatically display success messages
- Form - Forms in 'success' state will now show success messages inside
- Message - Fixes hidden/visible class to work with animations
- Message - Fixes hidden/visible class to set proper display on
ui icon message
- Message - Fixes hitbox/position of
close icon
inside message
- Message - Fixes some issues with margins sometimes not appearing with
attached message
thanks joltmode
- Form Validation - Adding custom validation is now simpler, uses syntax
$('.form').form('add prompt', identifier, 'Error message');
- Message - Prevents close icon from being misformatted in icon message thanks MohammadYounes
- Message - Fixes issues with attached icon message (thanks overra)
- Modules - Invoke now gives user's query in error message for method not found
- Message - Increase opacity of icons on icon messages