Closed jose-gomez closed 7 years ago
What did you try so far to get a value? I copied your example and then called for example:
var cb = $('input', myPanel.content)[0].checked;
var sel = $('#YearOptions', myPanel.content).val();
console.log(cb, sel);
and it works just fine.
@jose-gomez Since you didn't answer to this for almost 4 months I consider this issue done ...
On using the following code creating a panel:
It's nearly impossible to get the current value of a dropdown, or an input when a selection or text is changed. Is there anything I'm missing here?