Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 613 Bytes

File metadata and controls

21 lines (14 loc) · 613 Bytes

How to use

This module replaces a bunch of Dropdown-esque fields in Framework:

    $field = Dropdown2AutocompleteField::create(/* same __construct variables as DropdownField */);

    // OR 
    $field = GroupedDropdown2AutocompleteField::create(/* same __construct variables as GroupedDropdownField */);

    // OR
    $field = Listbox2AutocompleteField::create(/* same __construct variables as ListboxField */)

In the chosen demo you can see what will happen.