Skip to main content
Participant
February 26, 2016
Question

visible/invisible combo box with text box

  • February 26, 2016
  • 1 reply
  • 406 views

I'm trying to make an interactive text box with combo box.

The combo box shall be invisible until I push/click the text box.

When I push/click the text box, the combo box shall be visible.

If I select an item in the combo box, the item shall be input to the text box, and then the combo box shall be invisible.

After I push/click the text box(the combo box will be visible), If I click any part of the document other than the text box, the visible combo box shall disappear.

How should I do?

Thanks, in advance.

This topic has been closed for replies.

1 reply

Inspiring
February 26, 2016

Why don't you want to simply use a combo box?

seveniehAuthor
Participant
February 26, 2016

Because the combo box frame will be left in the form. I want to make same form as the original word form.