how can i load a default value from my json store (remote) into a combobox ,
i’ve tried load the store before render the combo , and use setValue()
i want my combo to display the first result in the store
plz tell me the right way to do this and thanx
how can i load a default value from my json store (remote) into a
Share
You need to set the
valueproperty to the value of the first element after the store is loaded