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
Current: When creating a new entry, if you click on the "not mandatory" property fields, you get the warning "field must not be empty". It is confusing, the only way to get rid of it for the user, seem to be deleting the property.
Suggestion: The warning "field must not be empty" should not appear for the optional properties.
The text was updated successfully, but these errors were encountered:
these fields are pre-added in the edit forms because they are part of a list of "recommended" fields. either filling them out, or intentionally deleting a field is currently the intended behavior.
from the app's point of view there is currently no way to distinguish between pre-populated "recommended" fields, and property fields manually added by a user, in which case we do want to show an error message if left blank.
before changing the behavior it may be good to revisit the list of recommended fields, i.e. if we really need all of those.
also, a help text could be added to clarify. wdyt?
Current: When creating a new entry, if you click on the "not mandatory" property fields, you get the warning "field must not be empty". It is confusing, the only way to get rid of it for the user, seem to be deleting the property.
Suggestion: The warning "field must not be empty" should not appear for the optional properties.
The text was updated successfully, but these errors were encountered: