This module extends TreeDropdownField to allow clearing a selection
This module extends SilverStripe TreeDropdownField to allow clearing a selection.
composer require richardsjoqvist/silverstripe-optionaltreedropdownfield
sake /dev/build
$fields = new FieldList();
$treeField = new OptionalTreeDropdownField('MyFieldID', 'My Field Title', 'SiteTree');
$treeField->setEmptyString('No page');
$fields->push($treeField);
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem