You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
date component init value not set in json or xml, component will default set to now, use formManager.getFormData() got value is String “null” , not null, expect value is now or null
How to set date component value to null, I change initialDate () => DateTime.now(), to ()=> null , then got error
════════ (2) Exception caught by widgets library ═══════════════════════════════════════════════════
The getter 'year' was called on null.
Receiver: null
Tried calling: year
The text was updated successfully, but these errors were encountered:
date component init value not set in json or xml, component will default set to now, use formManager.getFormData() got value is String “null” , not null, expect value is now or null
How to set date component value to null, I change initialDate () => DateTime.now(), to ()=> null , then got error
════════ (2) Exception caught by widgets library ═══════════════════════════════════════════════════
The getter 'year' was called on null.
Receiver: null
Tried calling: year
The text was updated successfully, but these errors were encountered: