Enhancement: improve filter drop-down performance with virtual scrolling (#11973)

This commit is contained in:
shamoon
2026-02-01 14:13:39 -08:00
committed by GitHub
parent a42df003fb
commit 6442fdc235
5 changed files with 73 additions and 32 deletions

View File

@@ -180,6 +180,9 @@ test('bulk edit', async ({ page }) => {
await page.locator('pngx-document-card-small').nth(2).click()
await page.getByRole('button', { name: 'Tags' }).click()
await page
.getByRole('textbox', { name: 'Filter tags' })
.fill('TagWithPartial')
await page.getByRole('menuitem', { name: 'TagWithPartial' }).click()
await page.getByRole('button', { name: 'Apply' }).click()