-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fieldmanager_Autocomplete showing cateegory name + slug while adding, disappreas after saving. #803
Comments
Hi @molsov, and thanks for the report. I'm unable to replicate this behavior on the current Fieldmanager |
Hi @dlh01, thanks for the reply, You are right, we are using fm_datasource_term_get_items to edit the label, but after selecting and saving, only the category name stays instead of category name + slug in the Fieldmanager_Autocomplete, But working fine with Fieldmanager_Select |
Yeah, I found a fix for this, using fm_datasource_term_get_value
Thanks for the help @dlh01 |
Before you go, @molsov, could you share any of the code that's filtering |
@dlh01 yeah sure,
This is the code that's filtering Why it behaves differently for autocompletes and selects. |
This is the code
while adding a category, it is showing the slug alongside, but after saving, the slug disappears.
While adding
after saving
The text was updated successfully, but these errors were encountered: