Page MenuHomePhabricator

Error message for salutation field is displayed too early
Closed, ResolvedPublic1 Estimated Story Points

Description

On the address update form the validation message for the salutation field is displayed as soon as one clicks the select field. The error message also does not disappear when selecting an entry.

Acceptance Criteria

  • Interacting with the field does not trigger the validation.
  • Submitting the form triggers the validation and displays an error message below the salutation field if nothing is selected.
  • When selecting an entry, the error message is hidden again.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
kai.nissen changed the point value for this task from 3 to 1.
kai.nissen moved this task from Todo to Test on the WMDE-FUN-Sprint-2019-06-24 board.

@gabriel-wmde The error messages only disappear when the respective field loses the input focus. Would you consider it a quick fix change that according to the third AC above?

Doesn't seem to be fixed. When selecting a value, the message remains.

It works now, the deployed version on test-spenden-2 had the changes for T225487: Previous update token is not preserved, but not the ones from the PR.