File tree Expand file tree Collapse file tree
components/src/main/java/org/patternfly/component/menu Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818import java .util .function .Function ;
1919
20- import org .jboss .elemento .By ;
21- import org .jboss .elemento .Id ;
2220import org .patternfly .component .ComponentType ;
2321import org .patternfly .component .HasValue ;
2422import org .patternfly .component .textinputgroup .SearchInput ;
2523import org .patternfly .core .Aria ;
2624import org .patternfly .popper .TriggerAction ;
27- import org .patternfly .style .Classes ;
28- import elemental2 .dom .HTMLElement ;
2925import elemental2 .dom .Node ;
3026
3127import static org .jboss .elemento .EventType .click ;
3430import static org .patternfly .component .textinputgroup .SearchInput .searchInput ;
3531import static org .patternfly .core .Attributes .role ;
3632import static org .patternfly .core .Roles .combobox ;
37- import static org .patternfly .style .Classes .component ;
38- import static org .patternfly .style .Classes .list ;
3933
4034/**
4135 * A typeahead is a select variant that replaces the typical button toggle for opening the select menu with a text input and
You can’t perform that action at this time.
0 commit comments