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
<DateFieldfield="publishedAt"label="Published at"dateFormat="d. M. yyyy"defaultValue={newDate().toISOString()}/>
Current behaviour
When editing entity which has publishedAt set to null administration shows the field filled with specified default value and save button is disabled. When the field is cleared, the save button is enabled and persists the default value.
Expected behaviour
a) After clearing the field, it shouldn't persist anything and the button should be disabled.
b) Before clearing the field, the button shouldn't be disabled.
Admin version: 0.6.52
The text was updated successfully, but these errors were encountered:
I have following schema:
Admin definition:
Current behaviour
When editing entity which has
publishedAt
set tonull
administration shows the field filled with specified default value and save button is disabled. When the field is cleared, the save button is enabled and persists the default value.Expected behaviour
a) After clearing the field, it shouldn't persist anything and the button should be disabled.
b) Before clearing the field, the button shouldn't be disabled.
Admin version: 0.6.52
The text was updated successfully, but these errors were encountered: