question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Additional KeyboardFlags

See original GitHub issue

Description

Hi,

Please add the following to the KeyboardFlags Enum:

ForceCapital / ForceUpper : to force all letters in CAPS. ForceSmall / ForceLower : to force all letters in Small.

Thanks,

Public API Changes

KeyboardFlag.ForceUpper

KeyboardFlag.ForceLower

Intended Use-Case

To force or upper in many cases such as password, email, etc…

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
hartezcommented, Mar 4, 2022

@jrahma sorry for the confusion, we now realize this was a feature proposal and not a bug report. You can ignore the comments from the msftbot account - this won’t be closed.

0reactions
msftbot[bot]commented, Apr 10, 2023

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

Read more comments on GitHub >

github_iconTop Results From Across the Web

KeyboardFlags Enum (Xamarin.Forms)
Enumerates keyboard option flags that controls capitalization, spellcheck, and suggestion behavior.
Read more >
Additional KeyboardFlags' Enum · Issue #13461
Hi, Please add the following to the KeyboardFlags Enum: ForceCapital / ForceUpper : to force all letters in CAPS.
Read more >
Is It possible to set a Keyboard to "Sentence Capitalisation ...
As mentioned correctly in the first answer, setting the keyboard flags is not possible out of the box. While you can certainly subclass ......
Read more >
Bringing Back Keyboard Flags in macOS 12.4 Monterey
More importantly, you would also see these flags in the menu bar's Input menu, with the currently selected keyboard's flag as the menu...
Read more >
Xamarin.Forms.KeyboardFlags Enumeration
Xamarin.Forms.KeyboardFlags Enumeration. Flagging enumeration for Keyboard options such as Capitalization, Spellcheck, and Suggestions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found