You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add info state variation to form element (all other 3 are already implemented).
Add info, success and warning state variations to field element, input element and dropdown element.
Show/hide .ui.message.{STATE} depending on field-state (addresses #1124)
Closes#1097#1124
Feature Request
Description
.ui.message.{STATE}
should be shown when the parent.field
has.{STATE}
class, otherwise should be hidden, as similar to.ui.form.{STATE}
do so.I think this is useful to control visibility of field-level message depending on field state.
Testcase
Current:
https://jsfiddle.net/tsL6me0x/
Expected:
https://jsfiddle.net/u0psevtw/
Screenshot
Related Issue
#1097
The text was updated successfully, but these errors were encountered: