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.

Question: how show 'next' button in number-pad TextInput

See original GitHub issue

I have a form with some TextInputs, someone of the are number-pad. How can I show next button with number-pad keyboard?

DONE button works fine.

<TextInput keyboardType="number-pad" returnKeyType={ 'done' } />

image

NEXT button is not visible.

<TextInput keyboardType="number-pad" returnKeyType={ 'next' } />

image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:20 (2 by maintainers)

github_iconTop GitHub Comments

11reactions
react-native-botcommented, Oct 16, 2019

We are automatically closing this issue because it does not appear to follow any of the provided issue templates.

👉 Click here if you want to report a reproducible bug or regression in React Native.

10reactions
rafaelbpacommented, Apr 30, 2021

Why this is closed? Still a problem to me too in 0.61.5

Read more comments on GitHub >

github_iconTop Results From Across the Web

show numeric keypad with done button - html - Stack Overflow
Could someone help me how to show done button instead of next? I tried by adding following to the form but only works...
Read more >
Keyboard shortcuts in apps - Microsoft Support
Note: With a touch keyboard, you'll need to press the Ctrl key to view some shortcuts. Calculator keyboard shortcuts. Press this key. To...
Read more >
NVDA Keyboard Shortcuts - Deque University
Other commands ; Search for a word or a phrase, NVDA + Ctrl + F ; Keyboard help, Insert + 1 ; Next...
Read more >
Numeric keypad - Wikipedia
A numeric keypad, number pad, numpad, or ten key, is the palm-sized, usually-17-key section of a standard computer keyboard, usually on the far...
Read more >
inputmode - HTML: HyperText Markup Language | MDN
Numeric input keyboard, but only requires the digits 0–9. Devices may or may not show a minus key. tel. A telephone keypad input,...
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