We are facing the following issues in our mobile native app related to the Datepicker widget:
We received the below suggestions from OutSystems Support:
Use DatePickers\DatePickerToggleNativeBehavior
However, these steps are not working as expected when the Datepicker is located inside a Master Detail widget.
Has anyone faced this issue before? Any workaround or guidance to fix this issue (when Datepicker widget used inside Master Detail widget)?
Hi @Nitin kumar Singh ,1. Place the Date Picker widget2. Give a name for the Date Picker widget3. In the OnInitialize of the screen/block put the client actions shown below,4. Pass the values as below,For translation:you can use a variable according to the Language change.
For Default browser behaviour of DatePicker:
Hopes this helps,Thanks