According to number of questions and articles the simple tip.html = 'new value';
should work but for some reasons it's not the case for me.
Here I have created a demo to demonstrate that tip.html
modification doesn't change tip's body after it was rendered once:
Steps to reproduce:
Scenario 1:
- Move mouse over red square to see the tip
- Press button
- See the tip isn't changed
Scenario 2:
- Press button (not - don't put mouse over red square)
- See the tip's value has changed
What am I missing? How would one change it in runtime (Scenario 1)?