Skip to content

Select control: Filter has no function #148

Description

@ividyon
            var select = PromptPlus.Controls
                .Select<FLVER2MaterialInfoBank.MaterialDef>(
                    $"Select replacement material: ")
                .TextSelector(a => $"{a.MTD} | {a.Shader}".PromptPlusEscape())
                .AddItems(tarMatInfoBank.MaterialDefs.Values.OrderBy(v => v.MTD.ToLower().StartsWith(mtd)))
                .Filter(FilterMode.Contains)
                .Run();

The filter does not appear. Typing into the Select control as was default before, does nothing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions