Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

219
Views
¿Cómo puedo convertir TextField en una tarjeta usando Next js?

Soy un principiante en el uso de NextJS Framework. Este es el código del tablero de venta o. Dentro del campo de texto, hay varios textos, por lo tanto, necesito ayuda sobre cómo extraer el menú de alternar dentro del campo de texto y mostrarlo como una tarjeta sin hacer clic en el botón de flecha desplegable. Hay alguna manera de hacerlo ??

 <TextField InputProps={{ ...getInputProps({ placeholder }), endAdornment: ( <div className={classes.adornment}> {endAdornment} <ArrowDropdownIcon /> </div> ), id: undefined, onBlur, onClick: toggleMenu, onFocus: () => { if (fetchOnFocus) { fetchChoices(inputValue); } }, ref: anchor }} error={error} helperText={helperText} label={label} fullWidth={true} disabled={disabled} /> {isOpen && ( <Popper anchorEl={anchor.current} open={isOpen} style={{ width: anchor.current.clientWidth, zIndex: 1301 }} placement="bottom-end" > <MultiAutocompleteSelectFieldContent add={ add && { ...add, onClick: () => { add.onClick(); closeMenu(); } } } choices={choices.filter( choice => !value.includes(choice.value) )} displayCustomValue={displayCustomValue} displayValues={displayValues} getItemProps={getItemProps} hasMore={hasMore} highlightedIndex={highlightedIndex} loading={loading} inputValue={inputValue} onFetchMore={onFetchMore} />
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!