Hi. I've got a problem with form fields. I've added changed listener to selecItem field. When I select value from drop down list event is fired. But when I do setValue on selectItem field, value changes, but event is not fired :/
Do I have to fire this event manually after invoking setValue on field? If so could you give a code snippet showing this.
Do I have to fire this event manually after invoking setValue on field? If so could you give a code snippet showing this.
Comment