Community
Participate
Working Groups
If a DateTextRidget gets bound to a null-Date or an empty String gets entered, an ErrorMarker is shown. This is not feasible, because a DateText-Widget would be mandatory and could not represent an empty Date.
Created attachment 146939 [details] Patch + TestCase Removes the ErrorMarker when no Date was supplied. Also makes it possible to propagate a null-Date to the model. At the moment if the user deletes the given Date in a DateTextWidget, the bound value in the model will not be set to null.
Thanks Steffen! Commited to HEAD.