PHPackages                             bigfork/silverstripe-textdropdownfield-fork - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bigfork/silverstripe-textdropdownfield-fork

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

bigfork/silverstripe-textdropdownfield-fork
===========================================

A text field combined with a dropdown field.

2.0.0(10mo ago)0339↓41.7%BSD-3-ClauseJavaScriptPHP ^8

Since Feb 21Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/bigfork/silverstripe-textdropdownfield-fork)[ Packagist](https://packagist.org/packages/bigfork/silverstripe-textdropdownfield-fork)[ RSS](/packages/bigfork-silverstripe-textdropdownfield-fork/feed)WikiDiscussions master Synced 3w ago

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

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

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

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

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

[](#text-dropdown-field)

This lets you add field that is a combination of 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-textdropdownfield

```

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:

```
