Hello, is it possible to set a notificationLevel in setNotification?
My goal is to output a WARNING as a notification for a field. One possibility would be to output the notification in the form itself as : formContext.ui.setFormNotification(message, level, uniqueId).
However, it would be better if the notification would appear directly under the field as a warning. Unfortunately, the setNotification() method does not allow setting a notificationLevel.
Only the output text and the uniqueId are recorded there. Does anyone have any tips?