QPopupEdit Box Crawls Across Screen When Typing
-
In some cases, the QPopupEdit box literally crawls across the screen as I type . . . like it has a mind of its own.
Does anybody know what causes that?
-
Any reproduction? I think its taking the width of the parent that it was attached on, just tried in docs and it does expand when i typed in a long text.
-
I had this same problem when used with text in a span.
If you set
:cover="false"
on the QPopupEdit, it will no longer crawl across the screen.