silverstripe-tagfield/src
Robbie Averill 9daa667415 FIX StringTagField now populates available options from its input, and works with React TagField
Suggesting options from a list of tags that are already set as values makes no sense. The
example code in the documentation shows that you provide an input array of options, so
that should be what is used to suggest options when lazy loading.
2018-11-15 22:59:08 +02:00
..
ReadonlyTagField.php readonly field namespaces are corrected and updated the unit tests with cases covering performReadonlyTrasnformation 2018-01-19 13:07:55 +05:30
StringTagField.php FIX StringTagField now populates available options from its input, and works with React TagField 2018-11-15 22:59:08 +02:00
TagField.php Move schema data into getSchemaDataDefaults() from Field() 2018-11-15 21:48:46 +02:00