When I use a text_input() widget the cursor stays at the beginning and never moves and shows no text. But the value is getting updated by the on_input message. I later discovered that this only happens when I call .size(20) on it. In fact, 18 or less works fine. Anyone know how to troubleshoot what is going on here? There isn’t a gradual error, like clipping, it just disappears and I’m not sure what it’s related to.