I have a form where I need the user to insert a date. For that reasons I was thinking about using the WinJS.UI.DatePicker.
The problem is that the user could select a date or not, I mean the date field could be null, and I can't show a 'null' value using that control.
I know the question sounds more like a UI question, how can I achieve that? I thought about adding a checkbox to let the user decide when she wants a value or disabled if she does not.
I hope I made myself clear.
Regards
http://about.me/sebagomez