Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
75 stars 81 forks source link

Add support to efficiently display dropdown of thousands of values in dropdown #3852

Open siddharth-ms opened 10 months ago

siddharth-ms commented 10 months ago

Describe the Bug with repro steps

  1. Go to Generate Schema Action of SAP
  2. Select the RFC Name dropdown, which returns 1000s of results, resulting into performance issues/webpage crash/not responding

What type of Logic App Is this happening in?

Standard (Portal)

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

No response

Screenshots or Videos

No response

Browser

Edge

Additional context

No response

rllyy97 commented 10 months ago

This is probably just a situation where we forgot to virtualize a dropdown, I'll look into this

siddharth-ms commented 9 months ago

Hi @rllyy97 can you please check if this is a quick fix?

rllyy97 commented 9 months ago

Hi @siddharth-ms, I took a look and the dropdown component we use does not have virtualization support. The combobox component does have virtualization support so we could look into rendering dropdowns as modified comboboxes, but we'll need to discuss that as a team and the possible side effects. We are currently doing some other work related to our dropdown/combobox editors so I will update you once we have more info.