The Rich Interactive Tooltip sampe of Popover is not announced by screen readers because <input type="text"> does not support aria-expanded or aria-haspopup.
Modify the sample to be a "toggle-tip" instead, i.e. add a suffix (i) button to the field that opens the popover, and modify the description accofdingly.
The Rich Interactive Tooltip sampe of Popover is not announced by screen readers because
<input type="text">does not supportaria-expandedoraria-haspopup.Modify the sample to be a "toggle-tip" instead, i.e. add a suffix (i) button to the field that opens the popover, and modify the description accofdingly.