lfkwtz / lefkowitz.me-comments

0 stars 0 forks source link

visual-guide-to-react-native-textinput-keyboardtype-options/ #3

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

A visual guide to the React Native TextInput keyboardType prop values | Michael Lefkowitz

I recently did a search for images of the available values of the keyboardType prop on the TextInput component for React Native and was unable to find anything easily…

https://lefkowitz.me/visual-guide-to-react-native-textinput-keyboardtype-options/

javbk201 commented 2 years ago

Cool! Thanks

sheggietyn commented 2 years ago

this keyboard type is not working

vthunetcompany commented 2 years ago

So how exactly is numeric different from decimal-pad?

mahmoud8899 commented 2 years ago

good job

youngwonseo commented 2 years ago

thanks

sonam77867005 commented 2 years ago

How to give our Own custom keyboardType? for example, if i want to show keyborad with my native language keyborad. please help me with that one. Other then keyBorad exist in react native text input keyborad type.

dcsan commented 1 year ago

is there a way to have the return button be a "hide keyboard" button instead?

vasylnahuliak commented 1 year ago

@dcsan https://github.com/facebook/react-native/pull/32971

LinusU commented 11 months ago

@lfkwtz do you accept pull requests to your blog posts? 😁 would love to add iPad screenshots to this page!

Here is screenshots as seen on an iPad Air (5th generation) iOS 16.4 using React Native 0.72.3

keyboardType iPad OS
default keyboard-default
number-pad keyboard-number-pad
decimal-pad keyboard-decimal-pad
numeric keyboard-numeric
email-address keyboard-email-address
phone-pad keyboard-phone-pad
ascii-capable keyboard-ascii-capable
numbers-and-punctuation keyboard-numbers-and-punctuation
url keyboard-url
name-phone-pad keyboard-name-phone-pad
twitter keyboard-twitter
web-search keyboard-web-search
lfkwtz commented 11 months ago

@LinusU sure

italomota commented 11 months ago

Is possible to hide the dot (.) and comma (,) in android keyboard?

Even option number-pad shows this two characters.

brandonporcel commented 10 months ago

@italomota did you find a solution for that?

italomota commented 9 months ago

@brandonporcel unfortunately no 😞

jussaraalves commented 6 months ago

Nice!! thanks <3

ranisimov-rbi commented 5 months ago

Perfect, thanks!

ParmarJigarr commented 3 months ago

Is there any way to remove world map icon from keyboard for number input.

ChiKaLiO commented 3 weeks ago

to add done button for ios you could add returnKeyType="done". Available returnKeyType values: done go next search send default emergency-call google join route yahoo

gitjul commented 1 week ago

awesome, thank you for your work!

Njoxpy commented 2 days ago

awesome