Alex Moulin
Results
1
comments of
Alex Moulin
We had the same issue. We solved it using the onConfirm function and the following code: ` onConfirm: () => { let input = document.querySelector('#${theId}'); let select = document.querySelector('#${theId}-select'); let...