autocorrect Questions
5
Solved
I want to disable predictive text which comes in the keyboard of a textfield. It is not so difficult in native android and IOS but I have not found a solution in a Flutter.
I have tried using auto...
Silvio asked 14/3, 2019 at 7:44
5
Solved
I have a UITextView in my iPhone app for which I want to be able to toggle the autocorrectionType.
When a user is editing the text view, I want the autocorrectionType to be set to UIAutocorrectio...
Seagoing asked 29/7, 2011 at 1:30
4
Solved
When I typo a git command, such as typing git git checkout myfile (note the extra "git") I get the following output:
WARNING: You called a Git command named 'git', which does not exist.
Continuing...
Forum asked 26/9, 2016 at 17:32
3
Solved
I have a button that inserts a character into a UITextView. I want this button to behave as the spacebar button does; I want the pending autocorrect suggestion to be accepted upon pressing it.
Can...
Yeoman asked 11/10, 2010 at 21:22
2
In the Visual Studio Code IDE, when it red squiggle underlines code, how do you pop up the menu to show "Quick Fix" suggestions and choose one of the suggested fixes to apply to your code? Example ...
Romeliaromelle asked 14/11, 2017 at 13:42
2
Solved
I need to turn off autocorrect with CSS/JavaScript. I cannot specify it in HTML because I generate multiple inputs over and over and this autocorrect red underline is very disturbing in my case.
I ...
Footcandle asked 13/10, 2018 at 20:48
0
NB:
I could have used a dictionary like Pspell, Aspell or Hunspell but this case does not apply properly to business names or cities. Furthermore, I don't want to query the DB for all the sugges...
Solfatara asked 4/4, 2018 at 0:33
2
I'm using in my app a textview with blue colored background.
When autocorrect is enabled, whenever it corrects a word a white box forms around the word and the text's color changes also.
Any ide...
Gyrostatic asked 3/12, 2012 at 13:22
0
Is there a way to have the native macOS (OS X) spell check and autocorrect in the Atom editor? (for English words)
That would be useful for example with Markdown files.
Oballa asked 26/9, 2016 at 8:54
0
I'm attempting to create a remote typing app, where a person typing into one text view would see the same text appear in remote text view. For simple keystrokes, like "A" or "B, I'm sending them to...
Mauritamauritania asked 9/12, 2014 at 19:43
1
Solved
I read all the tips on turning off zsh autocorrect for command completion. However, they are not working fully. I tried DISABLE_CORRECTION="true", unsetopt correct, unsetopt correct-all, unsetopt c...
Sheepdip asked 19/11, 2014 at 8:41
1
Solved
It believe that Excel is stripping leading 0s. I was told that updating the column format to text during the export will fix this and to modify Excel output (coming from "ProofAndTracking actionIpr...
Nonresident asked 7/7, 2014 at 13:55
1
Solved
I'm building a textview to compose status messages, and one of the functions it has is to include #hashtags within the text of a status message.
However, these #hashtags often aren't actual words,...
Die asked 24/2, 2014 at 18:45
2
On my iOS app's chat screen, words get auto-corrected after the user enters a space. But the last word does not get auto-corrected when the user taps Send. How can I get the suggested word to repla...
Ita asked 30/3, 2013 at 1:49
2
We have a web application that has a large number of contentEditable <div>'s. With the aggressive autocorrect in Safari on Mac OS X Lion, we have had a number of problems with Safari attempti...
Lauderdale asked 17/11, 2011 at 18:35
0
I have an <input type="text"> element. The user types a string and hits enter which clears the element via $('input').val(''). The problem apparently is that iOS still has the previous input ...
Megalocardia asked 8/9, 2013 at 23:57
2
I know that normally the browser will handle autocorrect/capitalization/etc on its own when the user presses enter. But I'm using the contenteditable attribute and doing some special handling on "e...
Growth asked 10/4, 2013 at 21:38
3
I have a UITextView with autocorrection on. The view's height is about 30 pix. When autocorrect kicks in the autocorrect view is nearly invisible below the text. Is there a way to control the posit...
Echeverria asked 17/2, 2012 at 23:7
1
I have an Android application that displays a page in a webview to handle a username/password login. I have found that with certain keyboards (like the stock keyboard on Samsung Jellybean devices),...
Casimiracasimire asked 8/3, 2013 at 16:36
3
Solved
My textarea contains C# code, so i get red underlines all over the place, is there any way to disable auto correction on a TEXTAREA in html code?
Thank
Shalna asked 16/8, 2010 at 19:35
3
Solved
On ios, the TextInput makes weirdness. The following code:
<s:TextInput id="password" width="100%" displayAsPassword="true"
needsSoftKeyboard="true"
prompt="Password"
softKeyboardType="de...
Unalterable asked 6/6, 2012 at 11:18
2
Solved
The title is a bit misleading maybe; my spellchecker focuses more on format than spelling (caps, punctuation and spaces, apostrophes, converting internet slang to full words, oft-scrambled words et...
Sapless asked 12/9, 2012 at 12:11
3
I'm opening a csv file in excel and every time I open it, it changes some fields into dates when they are clearly not dates (they're CAS numbers, not that its important). How do I stop this b...
Wylie asked 7/10, 2011 at 18:37
1
Solved
I want to be able to supply my own list of available auto correct / auto complete options for a text input in an ios app created in monotouch.
The list of words is updated via a web service. Examp...
Unbeliever asked 14/8, 2012 at 1:26
1
Solved
iOS 5 - Is there a way to disable autofill in a UITextView but keep the spell check (red underline)?
It seems like setting autocorrectionType either enables or disables both (1) the autofill of words as you type and (2) the red underline as you misspell a word.
In the Settings App, there are sepa...
Enrage asked 3/8, 2012 at 21:5
1 Next >
© 2022 - 2025 — McMap. All rights reserved.