quelinxiao / pe

0 stars 0 forks source link

Tag field does not accept whitespaces #1

Open quelinxiao opened 2 months ago

quelinxiao commented 2 months ago

In the UG the tag 'can be any value':

image.png

but when entering a tag such as 'tag a', an error is reflected:

image.png

saying that tags should be alphanumeric (?), which isn't true because 'tag a' is made of alphanumeric characters, it just isn't a single string with no whitespaces.

Maybe the developer team can loosen the restriction of what can be entered as a tag or specify in the UG that no whitespaces are allowed.

soc-pe-bot commented 2 months ago

[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]

Team's Response

The space is neither an alphabet nor number, thus it is not allowed and an error is shown when used. Furthermore, mentioned in planned enhancements: Allow Special Characters For Tags - Currently, tags only allow alphanumeric values. Spaces and special characters are not allowed.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]