- Issue created by @Harlor
- Merge request !155Provide default values for Tagify Form element properties → (Open) created by Harlor
Using the select_tagify form-element causes PHP warnings:
Warning: Undefined array key "#identifier" in /var/www/html/web/modules/contrib/tagify/src/Element/SelectTagify.php on line 132
Warning: Undefined array key "#cardinality" in /var/www/html/web/modules/contrib/tagify/src/Element/SelectTagify.php on line 133
Warning: Undefined array key "#match_operator" in /var/www/html/web/modules/contrib/tagify/src/Element/SelectTagify.php on line 134
Warning: Undefined array key "#match_limit" in /var/www/html/web/modules/contrib/tagify/src/Element/SelectTagify.php on line 135
Warning: Undefined array key "#placeholder" in /var/www/html/web/modules/contrib/tagify/src/Element/SelectTagify.php on line 136
Use the form element as suggested in SelectTagify.php
Provide default values for these properties.
Active
1.2
Code