You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mm, ok thanks for bringing this up. I guess for now if you're using "number-pad", find a way to pass numeric as a prop to the DoneBar. Too busy with a lot of school-related stuff right now.
Currently, this check is hardcoded for the
numeric
keyboard type:But this does not do the right thing for keyboard types such as
number-pad
:https://facebook.github.io/react-native/docs/textinput.html#keyboardtype
(Admittedly, the difference between the two is slight. It seems the only difference is the lack of a decimal point in
number-pad
mode.)The text was updated successfully, but these errors were encountered: