On UI I have a TextBox. I want to show Tree element when user clicks on TextBox. I want to prevent user from direct input text to TextBox (it’s value must depend which item user select from Tree)

On UI I have a TextBox. I want to show Tree element when user
Share
Set ReadOnly attribute for your textbox, and for your tree widget addSelectionHandler