-
Notifications
You must be signed in to change notification settings - Fork 109
Description
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.
Observed behavior
KTextbox always renders this ui-textbox-feedback even if no feedback (e.g., error messages) are being shown. This causes some horizontal layouts where KTextbox is next to other inputs; the different inputs are stretched to match KTextbox's height.
In vertical layouts, this node also causes a discrepancy in the gap size between inputs.
Expected behavior
In general, it seems we need to find a better, standard way to align for these horizontal and vertical layouts when we have several inputs for different fields. At first, when no feedback is needed, we can just hide this node, but if we have invalid text set for the KTextbox, we will still have the problem of the other inputs being stretched.
