Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

151
Vistas
Disable suggestions bar over iPad & iPhone keyboard with Javascript

I have a requirement where I need to disable the predictive suggestions and autocorrect of the iPad keyboard.

The image is for show purpose, not an actual image from my project, but need to hide the same highlighted suggestion bar, I am using an inputBase of material UI to type over SVG

Tried with all the solutions available like autoCorrect='off' autoComplete='off' autoCapitalize='off' & spellCheck = 'false'.

Please let me know if there's any way to hide the suggestions bar other than on the client side.

enter image description here

 <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 Respuestas
Responde la pregunta

0

I was trying with different types, and type="email" worked out for me.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda