-
Notifications
You must be signed in to change notification settings - Fork 152
Description
I am experiencing unexpected behavior with the taxonomy input field in the post form of the WordPress User Frontend plugin.
The taxonomy field offers several input types:
- Select
- Multi Select
- Checkbox
- Text Input
- Ajax
There is also a Selection Type setting with the following options:
- Exclude
- Include
- Child of
All input types seem to behave the same way, and the advanced Selection Type options (Exclude, Include, Child of) do not appear to have any effect.
Expected Behavior
For example, when I select the Ajax input type and set Child of to a specific parent category (e.g., parent C), the form should only display terms that are children of that parent category (parent C). However, this filtering does not work as expected — the full list of terms is still shown.
Steps to Reproduce
Go to the post form.
Choose the taxonomy field and set the input type to Ajax.
Set the Selection Type to Child of and specify a parent term (e.g., parent C).
Submit the form and observe the taxonomy field.
Actual Behavior
The taxonomy field shows all terms instead of filtering by the specified child of the parent term.