| Wijmo Team Member | vaniak posted on May 29, 2012 at 4:25 pm Hi, how can a user set an InputDate to empty after having set a value before??? If I set a date in the field and then move focus on another field what I have to do to set it again to empty? | |
| Wijmo Team Member | jasons posted on May 31, 2012 at 2:11 am Hi, Anytime you want to reset the date input, just set null to the date option, like below: $(“#textbox1″).wijinputdate(‘option’, ‘date’, null); | Answer |
| Wijmo Team Member | John Galt posted on July 24, 2012 at 4:47 pm Obviously there needs to be a way to set the date field to null by the end user if the inputdate is nullable. Thus the control itself needs a nullable property and the end user should be able to clear the field or hit CTRL+0 and null out the field. | Answer |
Tagged: inputdate
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.