Hi @amitrinx,
when you say "textbox" are you meaning a Single Value Panel or what else?
If a Single Value panel, you have to use a search like the following in the Single Value Panel:
| makeresults
| eval text=$token$
| table text
where $token$ is the token of the dropdown.
Ciao.
Giuseppe