Commit Graph

10 Commits

Author SHA1 Message Date
Nivanka Fonseka 7691fc27c6 Tag field to look similar to list field (#108)
* updated the CSS of the tag field to match with 

the dropdown fields / list fields

* resolve with of the field to the style attr of 

dropdown

* added style width

* removed the empty lines

* changed to the correct classname readonly tag field

* fixed the tag field signature

* removed the whitespace ending in line 352
2018-02-20 13:39:58 +00:00
Robbie Averill 518189e2ef SilverStripe 4 compatibility (#87)
* Update composer constraint and branch alias to support SS4 testing

* Add namespaces, update DataList quirk with getSourceList

* Add PSR-4 autoloader definition

* Move template to correct namespace location, update requirement paths

* FIX Visibility on allowed actions

* FIX Update chosen class names to match updates in framework

* Update Travis configuration for 4.x builds. Update docs for namespaced classes.

* Use "4" for the release instead of master.

* FIX Selected tag height. Move Readonly to own class.
2017-01-13 19:11:59 +00:00
Robbie Averill e3c42727e4 Apply canCreate permissions to Select2 for tags
* Resolves #80
2016-07-22 08:52:17 +12:00
Luke Hudson 850e5a51b7 BUGFIX: Allow use on frontend
'Chosen' plugin assumed, but on front-end this is not
a valid assumption.
2015-07-07 13:27:30 +02:00
will 989e7cae08 Update TagField.js so tags with spaces can be added
The separator is hard coded as space or comma.  Not much is lost if you just delete the space separator option.  This allows people to add eg "Web Developer" as a job title tag.
2015-05-28 10:36:06 +01:00
Christopher Pitt 5efeb5642f Stabilized API 2015-05-22 15:22:13 +12:00
Christopher Pitt c72903dc39 Added tests and extra ajax functionality 2015-04-27 10:38:46 +12:00
David Craig a8a7dbd726 Fix race condition with Select2 2015-04-22 09:18:59 +12:00
David Craig add7e136b7 Destory chosen when hidden elements are shown 2015-04-21 12:46:41 +12:00
Christopher Pitt ef17aae753 Moved source code 2015-04-14 13:15:28 +12:00