EasyUI Forum

General Category => Bug Report => Topic started by: l3917055 on April 14, 2013, 07:19:31 PM



Title: combobox,onLoadSuccess event
Post by: l3917055 on April 14, 2013, 07:19:31 PM
Fires when remote data is loaded successfully.
but between  the data is loaded and The drop-down list items is initialized,I call the method setValue
in this case ,  the comobox shows the value of the 'Value' field, but not the Value of the 'Text' field

comobox does't have such an event which fired when the drop down list items is initialized.

please add it


Title: Re: combobox,onLoadSuccess event
Post by: stworthy on April 14, 2013, 07:39:37 PM
If you have a combobox with different 'valueField' and 'textField' values, you will have to call 'setText' method to display the correct text value before data items is loaded successfully.