Steps to reproduce: * Use an input as tooltip-target * Tooltip parameters: * eventOn "onChange" * eventOff "onBlur" * useHover false * content <variable from component state, that contains the changed text> * Do an on-change multiple times * The tooltip text is changing, but the size is to small is at some point Expected: * The size of tooltip is changing to fit the content dynamically Example: 