I'm working on a game with interactable objects.
Designing a right-click menu for them - I use a Popup with a few children to display & edit info.
As the title suggests, I have this Spinbox nested within it, but when I try to change its value (either by typing or by arrow buttons) the Popup closes.
Is there any way to prevent it from hiding? Should I use another type of control and bake popup functionality into it instead (un/popping, about_to_show() etc.)?