Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
This is sumitmadan's Drupal 8 port. It has not been thoroughly tested, but I wanted to put it out there so the community can play with it. Use at your own risk.
This update adds sort ordering to the element. If you're using a view, it respects the sort order of the view (to the extent that it can, while retaining the tree structure). If you're not using a view, it sorts by weight, then name, then term ID.
Fixed a white screen that happened when trying to access a view that doesn't exist (which could happen if you delete a view that's being referenced by a term reference tree widget).
This is the initial alpha release of the Taxonomy Term Reference Tree. As far as I know it all works, but it hasn't been tested very heavily or used in a production environment, so if you use this version in prod you do so at your own risk.
There are still a couple of missing features that I'd like to address before going into beta. Specifically:
Theme-ability (at the moment, there's no way to theme the output of the widget).
Filtering by views (that is, supplying a view that returns only the taxonomy terms you want to include).