Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced text input options #6

Open
1 of 6 tasks
swift-kim opened this issue Oct 22, 2021 · 0 comments
Open
1 of 6 tasks

Advanced text input options #6

swift-kim opened this issue Oct 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@swift-kim
Copy link
Member

swift-kim commented Oct 22, 2021

https://api.flutter.dev/flutter/services/TextInputConfiguration-class.html

Needs investigation:

  • autocorrect: When disabled, auto-correction is disabled. → ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD
  • autofillConfiguration: Setup and provide the initial text values and hints. → Ecore_IMF_Input_Hints? (We may need to implement TextInput.requestAutofill and TextInput.finishAutofillContext first.)
  • enableSuggestions: When disabled, input suggestions are disabled. → Ecore_IMF_Input_Hints?
  • inputAction: Display a certain kind of action button. → Ecore_IMF_Input_Panel_Return_Key_Type
  • obscureText: When enabled, input suggestions are disabled. → Ecore_IMF_Input_Hints?
  • textCapitalization: Select an uppercase or lowercase keyboard. The value can be either words, sentences, characters, or none. → Ecore_IMF_Autocapital_Type

Not applicable for Tizen:

  • actionLabel
  • enableIMEPersonalizedLearning

See also:

@swift-kim swift-kim added the enhancement New feature or request label Oct 22, 2021
bbrto21 referenced this issue in bbrto21/engine Sep 14, 2022
* Contribute #195

Signed-off-by: Boram Bae <[email protected]>
bbrto21 referenced this issue in flutter-tizen/engine Sep 16, 2022
* Contribute #195
* Add a constant string for textCapitalization

Signed-off-by: Boram Bae <[email protected]>
@swift-kim swift-kim transferred this issue from flutter-tizen/engine Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant