Problem:
When linking to the Sense the letters in the Sense ID have to be capitalized to be accepted as values. They should also be accepted in lowercase for convenience. This works fine for linking to Forms.
Example:
"L1-S1" works as input when linking to a Sense in a statement but "l1-s1" doesn't.
BDD
GIVEN a value input field for a statement of datatype Sense
AND I enter the Sense ID in lowercase
THEN the input is accepted
Acceptance criteria:
- Lowercase Sense IDs are accepted.