WelcomeForumsCommunityInputDate reset

Wijmo Team Member
vaniak posted on May 29, 2012 at 4:25 pm link

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 link

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 link

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: 

This topic has 3 voices, contains 2 replies, and was last updated by  John Galt 304 days ago.

You must be logged in to reply to this topic.