skip to Main Content

Reactjs – React Input Select form

I want to select the associated value of the input select form handleInput in select component to make an issue C:xampphtdocslaravel-projectclub_member_ship_fypresourcesjsComponentsInputSelect.jsx: Unexpected token, expected "..." (11:59) 14 | <div className="mb-2"> <InputLabel htmlFor="membershipType" value="Select Membership Type" /> <InputSelect options={memberShipType} handleInput={handleInput} id="memberShipTypes"…

VIEW QUESTION

Inertia redirect issue in Laravel with Vue

I have a modal in vue where I call this function const createChat = async (id) =>{ try { const response = await axios.post('/pdf-chat/create-chat', { name: name.value, pdfId: id, }); dialogVisible.value = false; console.log(response) } catch (error) { console.error('Error sending…

VIEW QUESTION
Back To Top
Search