Closed (fixed)
Project:
Views Taxonomy radios/checkboxes filter
Version:
1.0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2022 at 13:23 UTC
Updated:
4 Aug 2022 at 05:48 UTC
Jump to comment: Most recent
Comments
Comment #2
matthieuscarset commentedI reproduce it when selecting the Radio filter and with a non-exposed field.
When "expose filter" is selected, the UI is okay.
I have to dig into Views mystery code to understand why does the UI breaks when field is a radios...
Thank you very much for reporting this issue.
Comment #3
matthieuscarset commented@Revathi.B a new release
1.0.3has just been shipped.Could you please test and let me know if it fixes the admin UI ?
Basically, we can not use the `radio` element in admin otherwise there is too much inconsistency with existing code from the core plugin. So the admin is untouch and you can use the dropdown select element to configure the radios filter.
Then on front, if exposed, the filter will be render as a radios or a checkboxes correctly.
Comment #4
matthieuscarset commentedAssuming this isse was fixed on 1.0.3.
Please feel free to reopen it if it still happens.
Comment #5
revathi.b commented@Matthieu Scarset, Working as expected in 1.0.4.
Thanks.