Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Message Misleading: 'Field Must Not Be Empty' on Optional Property Fields #172

Open
carikan opened this issue Feb 7, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@carikan
Copy link

carikan commented Feb 7, 2024

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.
grafik

Suggestion: The warning "field must not be empty" should not appear for the optional properties.

@stefanprobst
Copy link
Contributor

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?

@mkrzmr mkrzmr added the enhancement New feature or request label Mar 12, 2024
@mkrzmr
Copy link

mkrzmr commented Mar 12, 2024

connected to #179

@vronk
Copy link
Contributor

vronk commented Jul 10, 2024

couldn't we relax the validation, to allow (or ignore?) empty fields? (irrespective of prepopulated vs. manually added.)

@laureD19
Copy link
Contributor

laureD19 commented Oct 9, 2024

Can we change the help text "Field must not be empty" to "This is a recommended field. Add something here if you can."

Is it possible to make this sentence yellow instead of red?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants