When creating a custom application, there is a setPopUp function. When adding a single "input", the onChange event works as expected. However, when using "inputs" (which allows multiple inputs within the same popup), the onChange event is not being triggered.
The test was performed using the Vue template. I cannot confirm whether the same issue occurs in other frameworks.