Events configured on components are not functioning as expected. When events are set up (e.g., OnFocus, OnChange, or other actions), they do not trigger or execute their configured logic.
This behaviour was tested across more than 10 different components, which suggests that the issue is not component-specific and may affect event handling globally.
Configuration :
message.success("On Change")
console.log("::::: OnChnage")
Events configured on components are not functioning as expected. When events are set up (e.g., OnFocus, OnChange, or other actions), they do not trigger or execute their configured logic.
This behaviour was tested across more than 10 different components, which suggests that the issue is not component-specific and may affect event handling globally.
Configuration :