In #GTK, what's the best way to report a `Adw.EntryRow` having failed validation? I can set the `error` style class, but I don't see a way to set an (accessible) error message. My current workaround is to add a popover to the suffix of each row that has a selectable label on the inside with an alert role (which Orca then reads), but that doesn't really sound like the right way ...
#gtk
This entry was edited (2 months ago)