I'd like to design a textarea with autocomplete, because it is possible to enter there multiline addresses which can be filled by your available addresses.
The goal is to design it WCAG AA conform, but I saw that a role "combobox" with popup is not allowed on textareas!
Is there any solution you can provide to help me? Can be programmatically with JavaScript or pure HTML or TypeScript.