How to add a Material Tool Tip to a specifc date i

2019-08-24 18:28发布

I have an example of the date picker where I use Renderer2 in order to scrape the dom and add in a title attribute, giving each day that matches a day from a list of specialDates a tooltip in the calendar pane of the date picker.

Is it possible to make this a material tooltip instead?

1条回答
霸刀☆藐视天下
2楼-- · 2019-08-24 18:52

So, not a Mat-Tooltip, but I made an example of adding modern CSS tooltips to each day specifically. I also added a dashed border around the days with tooltips.

This is the stackblitz

I'll mark this as an answer for now, because I dont see it being possible to add mat tooltips to the calendar.

查看更多
登录 后发表回答