valueChangedNotification
A notification you post when the value of an element changes.
Declaration
static var valueChangedNotification: UIAccessibility.NotificationDiscussion
Post this notification when the value of an input element changes, for example, when:
A person inputs text in a UI
The
aria-valuenoworaria-valuetextattributes of an element change.
If an element contains a text selection and the content changes, or the editing cursor position changes, post this notification followed by selectionChangedNotification for the element.