- Issue created by @dev20.addweb
- Merge request !5added validation with message for when bundle and id are empty, removed... → (Merged) created by Unnamed author
- First commit to issue fork.
Installed backstop generator on a Drupal site version 10.3.6 and PHP 8.2.2. When trying to create a new scenario if the Label field is empty or the value isn't selected from the autocomplete. Then the save button becomes unresponsive when clicked (does nothing). The console shows 2 errors every time the save button is clicked. If the entered value is not correct then the form needs to give a validation message instead of doing nothing
This issue is occurring as a result of 2 fields which are populated based on the selected value of the autocomplete label field. Because they are required and hidden when we try to submit the form with out them having any value. The html required validation attempts to focus on the inputs and block the form submission. But since the fields are hidden they won't be able to be focused on
)
Active
2.0
Code