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
Back To Top
Search