Describe the bug
Create a new form and assign an id to it, then clear the field and try to click anywhere. You know get an error about the new blank value not passing the regex.
Id må være fra 1-64 tegn og kan kun inneholde bokstaver fra a-z, tall, - og .
Describe the bug Create a new form and assign an id to it, then clear the field and try to click anywhere. You know get an error about the new blank value not passing the regex.
To Reproduce Steps to reproduce the behavior:
Expected behavior Since an ID is optional, one should not validate blank strings.
Screenshots