I have a simple form with 1 input field and a submit button. All that does is get the user input, match it with an external API, and submit both records to the database. The response from the external API is JSON format, like this but I only want to retrieve the text field under choices This is stored in
Tag: inertiajs
VueJS InertiaJS Uncaught (in promise) TypeError: Cannot read property ‘search’ of undefined
I’m implementing on Vue JS with Inertia a list where you can filter by name and the component However, when I open the modal, where the component is, I get an error I’ve already hardcoded the search value, like this and the component renders just fine. I’m not getting where the error could be, so any help would be appreciated