Hi Goran,
It seems that no value changed nor selected items changed events are fired if there are also ComboBox components within the same parent container.
Is this a limitation or there is something wrong I am doing ?
Thanks,
Silvestru
Hi Goran,
It seems that no value changed nor selected items changed events are fired if there are also ComboBox components within the same parent container.
Is this a limitation or there is something wrong I am doing ?
Thanks,
Silvestru
Hi Silvestru,
I am not aware of any such limitations. If it’s possible, could you please provide a code sample? That would help greatly in understanding the issue and providing the best answer.
BR,
Goran
Hi,
Actually I was wrong - while testing to find the root cause, I added and removed combo-boxes and at the same time some fields dependency logic that included disabling the MultiselectCombo when other combos existed.
So, the root cause for not firing events was actually the fact that MultiselectCombo was disabled. The misleading behavior is that on browser side, a disabled MultiselectCombo is actually working.
Thanks,
Silvestru
Hi,
Great to hear that you resolved the issue :)
If you found some misleading behavior or believe something can be improved, please let me know here or submit an issue: https://github.com/gatanaso/multiselect-combo-box-flow/issues
BR,
Goran