Description
Describe the bug
When you interact with controlled vocabulary fields, the error message remains hidden until you perform a page refresh.
To Reproduce
Steps to reproduce the behavior:
- Configure you submission form to display a controlled vocabulary field like this:
<field> <dc-schema>dc</dc-schema> <dc-element>type</dc-element> <repeatable>true</repeatable> <label>Type</label> <input-type>onebox</input-type> <hint>Select the type of content of the item.</hint> <required>Please enter a type.</required> <vocabulary closed="true">srsc</vocabulary> </field>
- Click on deposit, the error should be displayed
- Click on the field, and close the popup modal without selecting a value
- Click outside of the field/on deposit, the error message stays hidden
Expected behavior
The error message should be displayed
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🏗 In Progress