displayInputFieldMessage MethodStatic
Displays an input field message near target element.
displayInputFieldMessage(target: HTMLElement, messageText: HTMLElement | string, detailedMessage: HTMLElement | string = "", priority: OutputMessagePriority = OutputMessagePriority.Error): void
| Parameter | Type | Description |
|---|---|---|
| target | HTMLElement | The currently focused or recently focused element to place the input field message near. |
| HTMLElement | string | Text to display in the message. | |
| HTMLElement | string | Optional detailed message text to display. | |
| priority | OutputMessagePriority | Optional message priority which controls icon to display. |
Defined in
Last Updated: 08 January, 2020