!7 sclass Entry { S time, text; } cmodule ELEFindPastInput > DynObjectTable { start { doEvery(1.0, r grab); } void grab enter { if (!ele_on()) ret; S input = ele_currentInput(); if (empty(input)) ret with clear(); Cl l = ele_pastInputs(); setData(quickImport(filter(l, e -> eqic(getString text(e), input)))); } }