kerhub/issue-forms-creator

[Bug]: label field not working

Closed this issue · 5 comments

Description

When we make any new form. The label field in the issue header is not working as expected.

Minimal Reproduction

Just make a new form and try adding label to the form. It will not add. Not in preview and not in copied yaml code.

Exception or Error

No errors.

Hey @divshacker,

Thanks for this report.
Can you give me the steps used to reproduce the issue?
I gave it a try and couldn't reproduce it (but found another bug as the labels aren't cleared by creating a new form)

Ok let me tell you.

  1. Go to https://issue-forms-creator.app/new
  2. Click on add labels as shown below.
    Screenshot from 2021-10-14 11-53-43
  3. Then try to right something in the label field. let's say bug
  4. You will see there is no change in the preview of the form when you write anything. Also there is no change in code too if you try to copy .yaml code.

The behaviour is same for add assignee too.

Thanks for the explanation.

I'll add guidance about how this field works: you have to hit enter after typing the name of the label to add it.

Ah ok Make sense.
I think it's a good idea to mention this to avoid confusion in the future.