Form notifications are used to display description or error messages for form fields.
API status: | experimental |
---|---|
Web resource key: |
com.atlassian.auiplugin:aui-form-notification
|
AMD Module key: |
require('aui/form-notification')
|
Experimental API: | 5.7 |
Create a field with the attribute data-aui-notification-field
.
Information about a field can be communicated by adding the data-aui-notification-info
data attribute.
The value of this attribute should be the message you wish to place on the field
In the same way, you may put error messages on the field with the data-aui-notification-error
data
attribute.
The .error
container is only present when there are a non-zero number of errors. It is removed from the DOM otherwise.
You can stack multiple messages on a field at the same time. This can be done by making the array a JSON array string.