You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using inputs on the JSX included in the swal, the onChange event doesn't fire, however the same input works just fine when used outside of swal.
I have made a simple demo of this bug at SandBox where I have placed the same component (Example.js) once in the swal and once in the App.js. The label will output "Text: {inputText}" and in the App.js works as it should, whereas in the swal, it's not showing since the onChange event won't fire.
The text was updated successfully, but these errors were encountered:
When using inputs on the JSX included in the swal, the onChange event doesn't fire, however the same input works just fine when used outside of swal.
I have made a simple demo of this bug at SandBox where I have placed the same component (Example.js) once in the swal and once in the App.js. The label will output "Text: {inputText}" and in the App.js works as it should, whereas in the swal, it's not showing since the onChange event won't fire.
The text was updated successfully, but these errors were encountered: