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

148
Views
Deshabilite la barra de sugerencias en el teclado de iPad y iPhone con Javascript

Tengo un requisito en el que necesito deshabilitar las sugerencias predictivas y la autocorrección del teclado del iPad.

La imagen es para mostrar, no es una imagen real de mi proyecto, pero necesito ocultar la misma barra de sugerencias resaltada, estoy usando una base de entrada de interfaz de usuario de material para escribir sobre SVG

Probé con todas las soluciones disponibles como autoCorrect='off' autoComplete='off' autoCapitalize='off' & SpellCheck = 'false'.

Avíseme si hay alguna forma de ocultar la barra de sugerencias que no sea en el lado del cliente.

ingrese la descripción de la imagen aquí

 <InputBase classes={{ root: classes.inputRoot, input: classes.input, }} type="text" autoFocus value={title} inputProps={{ maxLength: 50, spellCheck: 'false', 'data-gramm': false, autoCapitalize: 'false', autoCorrect: 'false', }} onChange={ (event: React .ChangeEvent<HTMLInputElement>) => setTitle( event.target.value, ) } autoComplete="off" spellCheck="false" autoCorrect="off" autoCapitalize="off" />
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Estaba probando con diferentes tipos, y type="email" funcionó para mí.

about 4 years ago · Juan Pablo Isaza Report
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!