silverstripe-dependentdropdownfield icon indicating copy to clipboard operation
silverstripe-dependentdropdownfield copied to clipboard

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

Results 9 silverstripe-dependentdropdownfield issues
Sort by recently updated
recently updated
newest added

When using the dependentdropdown on the latest version of Silverstripe it will cause server error because it is requiring a javascript asset from `silverstripe/admin` that doesn't exist anymore. There is...

In v5, changing the value of a `TreeDropdownField` is not triggering a reload of the `DependentDropdownField` source.

Hi, module are working fine but it cause some issue on SS `js`, maybe some script of SS are fail to load. Video: https://cl.ly/9bd963db82c2 If you check the video module...

@sheadawson thanks for the great module, I am finding it pretty easy to get along with and am using it within a number of `GridField_ItemEditForm`s successfully. I am also trying...

![screenshot from 2018-01-05 13-47-10](https://user-images.githubusercontent.com/1750550/34625752-88d5e944-f21f-11e7-8a56-9f176ba99f16.png) This seems to be caused by `DropdownField::Field()` adding the empty value after `DependentDropdownField::getSource()` adds it to the actual source array. https://github.com/sheadawson/silverstripe-dependentdropdownfield/blob/108adf37a360dab5b2139b98b2840834513da469/code/DependentDropdownField.php#L86-L90 Changing these lines to `return...

The form field no-longer validates. No matter what I select, I always get an error "Please select a value within the list provided. {value} is not a valid option". I'm...

I'm working since hours on trying to make the module work, i'm almost 100% sure that what i coded is right as i have the right array getting out of...

Firefox 42 / Ubuntu 14.12 With x2 sets of dependent menus on a _frontend_ form (one set for Region + Country, one set for Taxonomy + Children) if I make...