Please check the below screenshot. UI was broken on settings page.

CommentFileSizeAuthor
views-radio-checkbox.png57.78 KBrevathi.b

Comments

Revathi.B created an issue. See original summary.

matthieuscarset’s picture

Status: Active » Needs work

I 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.

matthieuscarset’s picture

Status: Needs work » Fixed

@Revathi.B a new release 1.0.3 has 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.

matthieuscarset’s picture

Status: Fixed » Closed (fixed)

Assuming this isse was fixed on 1.0.3.

Please feel free to reopen it if it still happens.

revathi.b’s picture

@Matthieu Scarset, Working as expected in 1.0.4.
Thanks.