From: Alan Knowles Date: Thu, 6 Feb 2020 06:54:15 +0000 (+0800) Subject: examples/form/nestedcombo.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=10bfd30ce6b106521bdbcd8ba4378e15c5da9591 examples/form/nestedcombo.js --- diff --git a/examples/form/nestedcombo.js b/examples/form/nestedcombo.js index 946a6a6ae8..8990582a71 100644 --- a/examples/form/nestedcombo.js +++ b/examples/form/nestedcombo.js @@ -62,11 +62,12 @@ Roo.onReady(function(){ mform.render('form-ct5'); combo = mform.findField('states'); - mform.setValues({ + /* mform.setValues({ states : '["AK","AZ"]', states_list : "Alaska, Arizona" - }) + }); + */ }); \ No newline at end of file