**Problem:** Tooltip does not react to changing values. Tooltip is created once in the dom, and never updated. **Solution:** Tooltip should re-render dom element, to allow for changing values.
Problem:
Tooltip does not react to changing values. Tooltip is created once in the dom, and never updated.
Solution:
Tooltip should re-render dom element, to allow for changing values.