I would like to disable changes in calendar layer when I edit it’s textbox. Currently I when I type e.g. 2012-10-10 the calendar layer automaticaly updates to 2012-10-1. I would like to prevent changes until the user hits ‘enter’.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The simplest solution is to simply disable the textfield and allow the user only to select dates from the datepicker. In order to disable that field you have to set
disabledattribute astrue.