blacklight_range_limit icon indicating copy to clipboard operation
blacklight_range_limit copied to clipboard

How do I render range limiting form fields as part of an advanced search form in the newer version of this gem.

Open dkinzer opened this issue 8 months ago • 3 comments

I'm trying to upgrade to the latest version of this gem (v9.0.0). To my dismay, as far as I can tell, the render_range_input helper method has been completely removed from the gem without providing a substitute way to render input fields. The components that are meant to replace the helper method only render the input fields in the context of the range limit form. But, if I want to embed a range field inside an advanced search form I cannot (because then I will have a form within a form situation).

I think this helper method should be returned, or maybe an input field only component can be used.

dkinzer avatar Feb 06 '25 19:02 dkinzer