Tooltips are missing the following things: - [ ] No support for persistent tooltips. - [ ] Tooltip should be repositioned on anchor move. - [ ] Support for tooltips on unbounded elements. - [ ] Logic to [position the caret relative to the tooltip](https://github.com/material-components/material-components-web/commit/76da7876cd1452cdabed5169bdbdfd06b4629cda) (introduced in v11. - [ ] Might not work on mobile devices (some touch support events were added in v11, which have not been ported). - [ ] Not persistent tooltip should hide on scroll.
Tooltips are missing the following things: