androidMode not (yet) working?
See original GitHub issueHey, i wanted to test the new feature for androidMode='spinner'
, added today, but it seems it’s not working for me because the calendar view is shown…
my code is rather simple and here’s a snippet from it:
<DatePicker
date={this.props.birthDate}
mode='date'
androidMode='spinner'
format='YYYY-MM-DD'
/>
Am i doing something wrong?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:10
Top Results From Across the Web
Android Mode not working - Processing Forum
I'm using processing 2.0b9, for some reason the android mode is not installed by default in this version, so when I try to...
Read more >[Android] mode = {"time"} not working in Android #137 - GitHub
In date picker mode = {"time"} is not working in Android, but works fine in IOS. Expected behavior. A clear and concise description...
Read more >Android Studio not showing modules in project structure
Expand your module gradle and run the Run Configurations task. After that refresh the content and refresh the project structure. It should work...
Read more >Pun2 working in android mode debug. but not ... - photon forum
When I work photon test mode works without problems, but when I generate the apk and install it it generates the following error:...
Read more >Wacom Intuos S only recognized in Android Mode - Ask Ubuntu
However, it seems to no longer be recognized by libwacom, ... by system utils but still not working properly (still in android mode)....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
On Android 7.0 I just set
mode='date' androidMode='spinner'
. The Calendar keeps showing up every time. Someone knows why? This is the code:Thanks!
I have same issue on Android 7. Seeing calendar and no spinner. Only on Android 7’s.