feat(journey-editor): JourneyEditor frontend — issue #753 #792
@@ -78,6 +78,7 @@ function formatDocLabel(doc: DocumentOption): string {
|
|||||||
type="text"
|
type="text"
|
||||||
role="combobox"
|
role="combobox"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
|
aria-label={placeholder}
|
||||||
aria-expanded={picker.isOpen && picker.results.length > 0}
|
aria-expanded={picker.isOpen && picker.results.length > 0}
|
||||||
aria-controls={listboxId}
|
aria-controls={listboxId}
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
|
|||||||
Reference in New Issue
Block a user