microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
47 stars 45 forks source link

Textbox not displayed straight away when creating new WIT #115

Closed DinaS04 closed 1 year ago

DinaS04 commented 5 years ago

Steps to reproduce:

  1. Create two new string fields in a WIT and use the multi-value control to display them.
  2. Create a new WIT from that type.
  3. Look at these string fields.

Result: The text boxes are not displayed at first: image

After a while they appear: image

obvioussean commented 5 years ago

The multivalue control is loaded asynchronously. You should see a spinner while it is loading do you not? And how long is the delay? The more extensions on the form the longer it takes to load them.

DinaS04 commented 4 years ago

The spinner loads for about 3 seconds and afterwards it takes another 5 seconds to load. We have 3 multi value fields in the section. We work with Chrome

DinaS04 commented 4 years ago

We have TFS 2018 update 2 installed.

Edge shows the same latency.

IE doesn’t have any delay.

DinaS04 commented 4 years ago

We have TFS 2018 update 2 installed.

Edge shows the same latency.

IE doesn’t have any delay.

Can someone assist?

AminTi commented 1 year ago

Hi!, please let me know if you still have the same issue