Module version(s) affected
3.4.0 and 4.0.2
Description
If ->setIsMultiple(false), you can select an option, but you cannot remove that selection.
I have tested this on 3.4.0 and 4.0.2, and it's the same on both.
Related issue
This may be related to the fix from #195
In that Issue, you can see that there used to be a "x" to remove the selection when ->setIsMultiple(false)
How to reproduce
Steps to recreate
Create a TagField with setIsMultiple to false.
TagField::create(
'Categories',
'Categories',
CourseCategory::get(),
$this->Categories()
)->setIsMultiple(false)
Possible Solution
No response
Additional Context
No response
Validations
PRs
Module version(s) affected
3.4.0 and 4.0.2
Description
If
->setIsMultiple(false), you can select an option, but you cannot remove that selection.I have tested this on 3.4.0 and 4.0.2, and it's the same on both.
Related issue
This may be related to the fix from #195
In that Issue, you can see that there used to be a "x" to remove the selection when
->setIsMultiple(false)How to reproduce
Steps to recreate
Create a TagField with setIsMultiple to false.
Possible Solution
No response
Additional Context
No response
Validations
silverstripe/installer(with any code examples you've provided)PRs