Use Spinner instead of simple EditText in KYC level 2 Registration
Summary:
In KYC level 2 Registration, One has to enter his ID type in an EditText for the KYC verification process and browse the file and submit it for verification. Instead of using EditText my idea is to use Spinner because the documents used for KYC verification are limited. Mainly the documents used for verifications are:
- Aadhaar Card
- Pan Card
- Voter's ID Card
- Driving License
- Passport and any other card
These documents can be added in an array and can be used in spinner which increases UI.
Steps to reproduce:
(Redesign) Home --> Finance --> KYC --> Level2
Expected behavior:
There must be Spinner instead of EditText in the select document in KYC level 2 Registration like this one

Observed behavior:
There is EditText to take the input of ID type from the user.
Device and Android version:
Device: Redmi 4 Version: 7.1.2
Screenshots:

@naman14 @luckyman20 Can I start working on this issue?