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

feat(placeholder-support): added placeholder for pickers #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

princeTPG
Copy link
Collaborator

@princeTPG princeTPG commented Jul 19, 2021

  • in IOS it works perfect, as we implement picker in custom-keyboard component.
  • for android, we need to add an extra item in the Picker.item list as placeholder value.
    There is drawback of this approach in android that, the placeholder will appear as first value in drop-down list of picker

Added tag for this version as v2.0.5+waam-app.9

 - in IOS it works perfect, as we implement picker in custom-keyboard component.
 - for android, we need to add an extra item in the `Picker.item` list as placeholder value.
There is drawback of this approach in android that, the placeholder will appear as first value in drop-down list of picker
@princeTPG princeTPG force-pushed the feat/placeholder-support branch from 29643bc to 37aba25 Compare July 19, 2021 16:56
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.

1 participant