- Issue created by @goose2000
- π§πͺBelgium dieterholvoet Brussels
Are you sure they are actually still required? The red asterisks still shows, but you shouldn't get any validation errors when saving the entity.
- π§πͺBelgium matthieu_collet
I have the same issue
It's still required because of the browser, you must remove the * and the required="required" - π§πͺBelgium dieterholvoet Brussels
I just tested but I can't reproduce the issue. I'm using required_api 3.0.0-beta1 and required_by_role 2.0.0-beta3.
- π§πͺBelgium matthieu_collet
Thank you for your feedback Dieter
same version here, but still the problem, here is the code of the filed with user 1 (Administrator) :
<input data-drupal-selector="edit-field-contactemail-0-value" aria-describedby="edit-field-contactemail-0-value--description" type="email" id="edit-field-contactemail-0-value" name="field_contactemail[0][value]" value="" size="60" maxlength="254" placeholder="" class="form-email required form-element form-element--type-email form-element--api-email" required="required" aria-required="true">