PHPackages                             bigfork/silverstripe-textdropdowndropdownfield - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bigfork/silverstripe-textdropdowndropdownfield

ActiveSilverstripe-vendormodule

bigfork/silverstripe-textdropdowndropdownfield
==============================================

A text field combined with two dropdown fields.

2.0.0(8mo ago)098BSD-3-ClauseJavaScriptPHP ^8

Since Jul 16Pushed 8mo agoCompare

[ Source](https://github.com/bigfork/silverstripe-textdropdowndropdownfield)[ Packagist](https://packagist.org/packages/bigfork/silverstripe-textdropdowndropdownfield)[ RSS](/packages/bigfork-silverstripe-textdropdowndropdownfield/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

⚠️ This is a fork of a fork ⚠️
==============================

[](#️-this-is-a-fork-of-a-fork-️)

This is a Bigfork-maintained fork of a fork of [adrhumphreys/silverstripe-textdropdownfield](https://github.com/adrhumphreys/silverstripe-textdropdownfield) and so contains opinionated changes.

This version has two dropdowns instead of one. For twice the dropdown-ness.

Text dropdown dropdown field
============================

[](#text-dropdown-dropdown-field)

This lets you add field that is a combination of a dropdown and a dropdown and a text field [![](./example.png)](./example.png)

Requirements
------------

[](#requirements)

- PHP ^7.4 || ^8.0
- SilverStripe ^4.0 || ^5

Installation
------------

[](#installation)

```
composer require bigfork/silverstripe-textdropdowndropdownfield

```

Documentation
-------------

[](#documentation)

When using this field you'll need to specify the name of the field, the title for the field, the text relation, the dropdown relation followed by the dropdown source.

An example usecase could look like this:

```
