Hi,
i have a scenario where if condition is true means then it has to display validation message but it was displaying in attribute format instead of message kindly suggest on this
Discussion posts and replies are publicly visible
You cannot use a rich text display field inside a validation.
To clarify, the "validations" parameter accepts only plaintext (and/or an Array of Plaintext, where each item in the array will display on their own row).
Got it thank you
The validation message has to be plain text, the component will do the styling for you. Also if you wish to show custom validation you can also use a!validationMessage() to define validation message for form, section, and editable grid components.
Sure got it thank you!