Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sheadawson authored Feb 16, 2018
1 parent 329131f commit 0d725ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#silverstripe-dependentdropdownfield
# silverstripe-dependentdropdownfield

A SilverStripe dropdown field that has it's options populated via ajax, based on the value of the field it depends on.

##Requirements
## Requirements

SilverStripe 4

##Usage example
## Usage example

```php
// 1. Create a callable function that returns an array of options for the DependentDropdownField.
Expand Down

0 comments on commit 0d725ba

Please sign in to comment.