Page 1 of 1

3.3.2 - selectBooleanCheckbox and triStateCheckbox set display-attribute different; breaks exisiting layouts

Posted: 12 Oct 2020, 17:49
by christophs78
selectBooleanCheckbox

Code: Select all

body .ui-selectbooleancheckbox {
    display: flex;
}
triStateCheckbox

Code: Select all

body .ui-chkbox {
    display: inline-block;
}
Causes corruption of existing layouts. Up to 3.2.x both used display: inline-block. IMO at least it should be consistent for both components.

Re: 3.3.2 - selectBooleanCheckbox and triStateCheckbox set display-attribute different; breaks exisiting layouts

Posted: 13 Oct 2020, 09:53
by mert.sincan