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

145
Views
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 answers
Answer question

0

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

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!