cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.32k stars 71 forks source link

Grow is not working for multiline textfield with icons, and for spinners #871

Closed rcoreilly closed 4 months ago

rcoreilly commented 4 months ago

Describe the bug

Grow is not working for multiline textfield with icons, and for spinners in a row, where it leaves gaps. May or may not interact with GrowWrap

Once this is fixed, decide about defaults for textfield.

Note that if grow is on by default, there is no point in iteratively doing layout while typing, except when newline, which is currently the case.

How to reproduce

turn grow on in textfield and run demo/inputs

Example code

No response

Relevant output

No response

Platform

macOS