Good day and thanks for amazing module.
I would like to use it in my project, where I handle huge amount of terms. I have managed configuration of HS for the fields that contain only 1 taxonomy vocabulary, but unfortunately I cannot find a solution for fields which allow to select terms from different vocabularies.
Is there any support for the fields that were generated with the help of taxonomy_form_all() method?
I'm sorry if I missed smth in issue list.
Looking forward for your answer.
With best regards,
Aleksey
Comments
Comment #1
wim leersWell, that's not really what Taxonomy is designed for (mixing up vocabularies). And of course HS, as it is just a form element, should not ship with this either.
However, it's of course possible.
All you have to do, is write a custom implementation of HS. Consult API.txt to find out how to do that.
I've marked this a support request instead of a feature request, because this feature will never be included within HS itself. You could of course release the HS API implementation as a separate module.
Comment #2
akhodakovskiy commentedOk, thanks.