PHPackages                             stnvh/silverstripe-taggedfield - 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. stnvh/silverstripe-taggedfield

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

stnvh/silverstripe-taggedfield
==============================

Creates a tag field, similar to how a ListBoxField looks.

1.0.1(11y ago)19183[4 PRs](https://github.com/stnvh/silverstripe-taggedfield/pulls)BSD-3-ClausePHP

Since Oct 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/stnvh/silverstripe-taggedfield)[ Packagist](https://packagist.org/packages/stnvh/silverstripe-taggedfield)[ Docs](https://github.com/stnvh/silverstripe-taggedfield)[ RSS](/packages/stnvh-silverstripe-taggedfield/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Silverstripe Tagged Field
=========================

[](#silverstripe-tagged-field)

[![Latest Stable Version](https://camo.githubusercontent.com/9a3e34628df41aeedbfbd65c5f27353984cbe4eec705d427691450fa0d2cae90/68747470733a2f2f706f7365722e707567782e6f72672f73746e76682f73696c7665727374726970652d7461676765646669656c642f762f737461626c652e737667)](https://packagist.org/packages/stnvh/silverstripe-taggedfield) [![License](https://camo.githubusercontent.com/4bd5e3ab6f55d1626cfcfec43dfb32847a893a43eca2eed59546008017e1b7b0/68747470733a2f2f706f7365722e707567782e6f72672f73746e76682f73696c7665727374726970652d7461676765646669656c642f6c6963656e73652e737667)](https://packagist.org/packages/stnvh/silverstripe-taggedfield)

Creates a tag field, similar to how a ListBoxField looks.

[![Tagged Field](https://camo.githubusercontent.com/b479286e2948a4962ce8679130831a2fd5c4bb6f1d1b88a8dd8082a80b9ed7c8/687474703a2f2f636c2e6c792f696d6167652f32633279306a306c334d32612f496d616765253230323031342d31302d32302532306174253230392e34312e3031253230616d2e706e67)](https://camo.githubusercontent.com/b479286e2948a4962ce8679130831a2fd5c4bb6f1d1b88a8dd8082a80b9ed7c8/687474703a2f2f636c2e6c792f696d6167652f32633279306a306c334d32612f496d616765253230323031342d31302d32302532306174253230392e34312e3031253230616d2e706e67)

By Stan Hutcheon - [Bigfork Ltd](http://bigfork.co.uk)

Installation:
-------------

[](#installation)

### Composer:

[](#composer)

```
composer require "stnvh/silverstripe-taggedfield" "~1"

```

### Download:

[](#download)

Clone this repo into a folder called `taggedfield` in your silverstripe installation folder.

### Usage:

[](#usage)

Initialize it like any other field. Make sure you have a 'Text' entry in the database to store the values:

```
