Reputation: 11
i have a combo box with few data but i want to display it's specific value as default value in drop down. I am using ext 2.3
Upvotes: 1
Views: 67
Reputation: 3704
To do this, there is an event called beforeRender
. Create an event listener, and in that event, search for your default value and select it.
Upvotes: 1