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

fix : Added missing inputType attribute to EditTexts #474

Closed
wants to merge 1 commit into from

Conversation

RajaVamsi11
Copy link
Contributor

Fixes #473

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@Roshan13046
Copy link

Where are the project maintainers?
There are many issues which need to be closed...

@Prashant830
Copy link
Contributor

@RajaVamsi11 I think, In your branch have a code conflict . Are u still able to resolved it??

@@ -19,6 +19,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/pan_id"
android:inputType="text"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PAN ID must be an alphanumeric keyboard with only uppercase characters.

@@ -91,6 +91,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/virtual_payment_address"
android:inputType="textEmailAddress"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on my understanding, a VPA looks more like a username than an email address. So, this inputType wouldn't really help our case. We should instead set the inputType to text.

@rchtgpt
Copy link
Member

rchtgpt commented Jun 6, 2023

Thanks for bringing up the issue, @RajaVamsi11! We're gonna have to close this PR due to inactivity and merge conflicts but we're working to resolve the issue.

@rchtgpt rchtgpt closed this Jun 6, 2023
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

Successfully merging this pull request may close these issues.

Missing inputType attribute for some EditTexts
4 participants