I’m trying to make a widget with a combo box that doesn’t display the selected text on it but I can’t find any option for this in the combo box details panel. Does anyone know how to do this? Thanks.
make an image of the empty combobox.
put the Combobox into an overlay first and add the image after hat, so that in the hierarchy, the Combobox is above the image.
Set the Images visibility to “non hit test self only”, it doesn’t need to be a variable.
since you put both into the overlay, the image is now covering the Box… But since you changed the visibility, the combobox is still clickable below that…
The combobox would still be showing text next to the image though as the image only covers the arrow part?
You need to wrap the Image and the combobox inside an Overlay
Overlay
-Combobox
-Image
and make the image and the combobox stretch (fill) the whole overlay…
thr image should then overlay the whole combobox… and if set to Visibiluty of NonHitTest… the combobox should get Input.
if you want ro accurate size the System. wrap the overlay (with its children) inside a SizeBox