as I can, "ComboBox" when selecting shows in “input1”
my code:
Page1
On Show
if ComboBox.ItemIndex ~= -0 then
ComboBox.AddItem("ComboBox1", "opcion 1");
ComboBox.AddItem("ComboBox1", "opcion 2");
end
Button 1
On Click
Input.SetText("Input1", ComboBox);
I have error when it makes the call ComboBox to input
thus deberia of being
![]()



