Form-token-field generated from a custom taxonomy doesn't display proper labels #9420
Labels
Needs Technical Feedback
Needs testing from a developer perspective.
Needs Testing
Needs further testing to be confirmed.
Describe the bug
Form inputs generated by custom taxonomies don't reflect the labels set in
register_taxonomy()
, instead defaulting to 'Add new Term" in the placeholder. Additionally, the hover pop-up when one goes to remove a term only describes it as a "Term" (ie: "Remove Term" instead of what's defined in thelabels
array).To Reproduce
Steps to reproduce the behavior:
Expected behavior
One would expect to see the placeholder prop passed to the form so that "Add new Term" becomes, say, "Add a Byline".
Env:
The text was updated successfully, but these errors were encountered: