Questions tagged [autocapitalize]

6 questions
3
votes
1 answer

Is there a python spelling correction library that corrects capitalisation?

I have strings that are spelled correctly but in all lower case (except for the first character), that I would like to correct for capitalisation (in English - so basically just names of things...). I tried pyspellcheck, autocorrect and symspellpy,…
2
votes
2 answers

autocapitalize="none" doesn't work for in Firefox on Android

This simple code doesn't work in Firefox on Android as expected: Expected behavior: input value is not automatically capitalized Actual behavior: input value is capitalized Am I missing something or…
Limon Monte
  • 52,539
  • 45
  • 182
  • 213
1
vote
1 answer

react-native tTextInput start in capitalisation but can be turned off

I want to create a TextInput that starts with capitalisation on but then if its turned off by the user it stays off. the autoCapitilisation prop offers 'characters' but then it keeps going on again after each new character even if the user has…
Adam Katz
  • 6,999
  • 11
  • 42
  • 74
1
vote
1 answer

React Native: is it possible to force characters in TextInput to be capitals?

I'm using a TextInput in my React Native app with autocapitalize: 'characters'. It autocapitalizes all characters, but I'm still able to press the shift key (iOS), which switches to lowercase. I want to prevent the user from being able to switch to…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
-1
votes
1 answer

Custom keyboard auto capitalization

I would like to adopt the TextField's AutocapitalizationType settings to the custom keyboard. How do I know when to capitalize the keyboard while typing? I searched for solutions and examples, I looked through the Apple Developer Documentation, but…
-1
votes
2 answers

How to enable autocapitalization for contenteditable elements on mobile

I have a contenteditable div where users can post comments:
However, when you type in this field on a mobile phone, it does not autocapitalize the first letter after a sentence. On mobile, it should capitalize…
IT-Girl
  • 448
  • 5
  • 24