Hi,
I verified this behavior, I do not know if it is intentional or a bug:
if i define
TextField {
placeholderText: "Weight"
}
without width, i see the texedit empty, if i add the width i see the
placeholder text.
Instead if I define the text:
TextField {
text: "Weight"
}
with or without the width i see the text.
N.