Skip to content

Commit

Permalink
Merge pull request #606 from andrewandante/patch-1
Browse files Browse the repository at this point in the history
DOCS fix a typo in SearchableMultiDropdownField
  • Loading branch information
GuySartorelli authored Oct 23, 2024
2 parents 7d71031 + fb4b33e commit 60f102c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ doesn't necessarily have any visible styling.
- [GridField](api:SilverStripe\Forms\GridField\GridField): Displays a [SS_List](api:SilverStripe\ORM\SS_List) in a tabular format. Versatile base class which can be configured to allow editing, sorting, etc.
- [ListboxField](api:SilverStripe\Forms\ListboxField): Multi-line listbox field, through `<select multiple>`.
- [SearchableDropdownField](api:SilverStripe\Forms\SearchableDropdownField): Dropdown field with optional type to search and optional AJAX lazy loading.
- [SearchableMutliDropdownField](api:SilverStripe\Forms\SearchableMutliDropdownField): Multi-select field with optional type to search and optional AJAX lazy loading.
- [SearchableMultiDropdownField](api:SilverStripe\Forms\SearchableMultiDropdownField): Multi-select field with optional type to search and optional AJAX lazy loading.

## Utility

Expand Down

0 comments on commit 60f102c

Please sign in to comment.