Hi there,
could it be that the component “select” use the event “onButtonClick”?
First I have a form with a “select” inside. I attached the event/ listener “onchange” to this form, resp. the select.
Later on I add a Button dynamicly to the same form and attach the event “onButtonClick” on to the form.
Now, when I change the select (select a different item) the function, I would like to have for “onButtonClick”, answers but the function for “onChange” not.
Any Ideas?