javascript - SweetAlert2 add dynamic options to select input
I want to add dynamic options to the input of the select type sweetalert2.
I want to pass to that select an array that I get from an ajax request.
How should I do this? I have not found documentation about it.
From already thank you very much.