Skip to content

Unexpected Behavior in Taxonomy Input Field on Post Form v4.1.8 #1672

@kabirbd89

Description

@kabirbd89

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions