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

TextField 'keyboardType: TextInputType.number' doesn't bring Numeric Keyboard #128

Closed
Juwols opened this issue Jun 15, 2021 · 5 comments
Closed

Comments

@Juwols
Copy link

Juwols commented Jun 15, 2021

Tested on tizen-unified_20201020.1 rpi4 and tizen-unified_20210614.2 mobile tm1.

Expected Result:
image

Actual Result:
image

@swift-kim
Copy link
Member

I looked into flutter-tizen/engine#93 and I think the mapping is correct. You may want to use TextInputType.phone if you are expecting the former layout.

@bbrto21 How do you think?

@bwikbs
Copy link
Member

bwikbs commented Jun 16, 2021

Using ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY might be worth considering at here.

@bwikbs
Copy link
Member

bwikbs commented Jun 16, 2021

Here is results from tm1. It seems reasonable to me.
dump_screen

@bbrto21
Copy link
Contributor

bbrto21 commented Jun 17, 2021

@swift-kim @bwikbs oh, looks good

@swift-kim
Copy link
Member

swift-kim commented Jun 21, 2021

Fixed by flutter-tizen/engine#115. The new engine will be released today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants