Hello,
I Have a select view component. If I change the value manually no event is caught. But if i perform a setValue operation , an “onChange” event is caught.
So what should I do to catch the event after changing select view value manually ?
Have a nice day.
Hello,
please try to use attached library instead of the original. The problem is not reproduced with it.
libs.zip (150 KB)
Thanks you Alexandra.
Have a nice day
Hello Alexandra,
After using your file, I now notice problem about event handling when manually change value of select component.
I have two select components. On the first one, every time i change manually the value, the onchange event is trigged. But for the second select component, each time i change value , the onchange event is not trigged.
What about this point ?
Here is my code :
{type: “clean”,
rows:[
{type:“clean”,
cols:[
{view:“select”, id:“sel1”, width:50, options:[{ value: 1, label:“S1”},{ value: 2, label:“S2” }]}
]
},
{type:“clean”,
cols:[
{ view:“select”, id:“sel2”, width:50, options:[{ value: 1, label:“S3”},{ value: 2, label:“S4” }]}
]
}
]
};
Hello,
we have not reporduced the problem locally. The sample is attached
onChange.zip (178 KB)
Exact,
But my problem is that I use embeded panel in multiview. Alternatively showing and hiding panels.
I will search more where the problem comes from.
Thank you again Alexandra.