mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Enable search in column pickers
Summary: Adds a search input at the top of columns dropdown. Start typing in the search bar filters the list of column (matching occurences should work similarly as the autocomplete dropdown on Choice column). Test Plan: Include tests. Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3738
This commit is contained in:
@@ -2533,7 +2533,7 @@ export async function setRefTable(table: string) {
|
||||
// Add column to sort.
|
||||
export async function addColumnToSort(colName: RegExp|string) {
|
||||
await driver.find(".test-sort-config-add").click();
|
||||
await driver.findContent(".test-sort-config-add-menu-row", colName).click();
|
||||
await driver.findContent(".test-sd-searchable-list-item", colName).click();
|
||||
await driver.findContentWait(".test-sort-config-row", colName, 100);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user