New Record Modal does not work in Select Form
I have a Select button that draws options from the database. I also want the user to be able to create a new category in case it doesnt exist in one of the available options. However, when I press the add button, it changes into a loading icon for a bit then reverts back to the original + icon. The modal does not appear at all.
Here is the code used for it:
Here is the code used for it:

Solution
Okay, it turns out you need to add
to the livewire component's blade file. Thanks for taking the time though!
to the livewire component's blade file. Thanks for taking the time though!