- 🇨🇭Switzerland danielwirz
Hi there
Patch #2 worked well for me on Drupal 9.1. On Drupal 10, however, the range filter is no longer rendered.
I adjusted the patch, so the fields are restored. - 🇬🇧United Kingdom jofitz Coventry
I have slightly tweaked @danielwirz patch to remove an additional div wrapper that had crept in. This keeps the markup in line with the previous patch and will avoid css selector issues (which is what I suffered from)
- First commit to issue fork.
- 🇨🇭Switzerland pvbergen
I've updated the changes from #5 for 3.x and created a fork/MR.
- Status changed to Needs work
17 days ago 10:13am 24 August 2025 - 🇬🇧United Kingdom jollysolutions
Unfortunately this breaks the geofield proximity filter from showing as there is only one wrapper not two
- First commit to issue fork.