Skip to content

Commit

Permalink
NEW SearchableDropdownField
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 21, 2023
1 parent cfd8f05 commit 64b4a44
Show file tree
Hide file tree
Showing 5 changed files with 561 additions and 0 deletions.
Empty file added src/Forms/Multi
Empty file.
10 changes: 10 additions & 0 deletions src/Forms/SearchableDropdownField.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace SilverStripe\Forms;

use SilverStripe\Forms\DropdownField;

class SearchableDropdownField extends DropdownField
{
use SearchableDropdownTrait;
}
Loading

0 comments on commit 64b4a44

Please sign in to comment.