Datepicker disable input text field Follow
On date fields on mobile, you might want the keypad/keyboard NOT to be opened when clicking on the date field, and only the datepicker to be opened.
Add the following line to the JavaScript, on an onload section:
$("#<field name>").attr('readonly', true);
Comments
0 comments
Please sign in to leave a comment.