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
I have the same issue on 1.2.2 on Android. The default value for datePickerMode is supposed to be "calendar." Even explicitly setting it when calling picker.pickDate doesn't work.
As @mariodiciccio mentioned, I see the following in App_Resources/Android/src/main/res/values-v21/styles.xml:
<!-- Default style for DatePicker - in spinner mode -->
<style name="SpinnerDatePicker" parent="android:Widget.Material.Light.DatePicker">
<item name="android:datePickerMode">spinner</item>
</style>
Does anyone know how to force the picker into calendar mode from javascript?
I have installed the new release 1.2.0 and datePickerMode = 'calendar' don't works, while in 1.1.10 it worked fine.
Why?
If i modify the default value in "calendar" (spinner"
->
App_Resources/Android/values-21/styles.xml
) then show calendar.The text was updated successfully, but these errors were encountered: