there's no way to clear a date after it has been inserted! I had to add an ugly button near it to clear it programmatically...
Do you have a nicer solution?
there's no way to clear a date after it has been inserted! I had to add an ugly button near it to clear it programmatically...
Do you have a nicer solution?
You can set editable="true" if you want to allow the text field to be cleared.
You can also CTRL-click the selected date to de-select it, though, it would probably take more to explain that to your users than the "ugly clear button".