I've tried adding a property to the datepicker component "readOnly" "true" but this did not work.
I've tried adding a property to the datepicker component "readOnly" "true" but this did not work.
Hi,
Create Page Show event with code like this:
pre$( Appery( "mobiledatepicker_NAME" ).datapickerRoot )
.find( 'input' ).attr( { readonly: "readonly" } );/pre
Thank you for the fast reply. Works for me. cheers