Component: p-float-label not displaying correctly in multicolumn unordered list. #15402
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
When you have a multiple column unordered list the first float label in the second column shows at the bottom of the first column.
Environment
na
Reproducer
No response
Angular version
17.3.5
PrimeNG version
17.14.1
Build / Runtime
TypeScript
Language
ALL
Node version (for AoT issues node --version)
?
Browser(s)
Edge
Steps to reproduce the behavior
Create an and list with multiple items like this.
Access Code 1
Access Code 2
Access Code 3
Access Code 4
Access Code 5
Access Code 6
Access Code 7
Access Code 8
Access Code 9
Access Code 10
Make the list multipe columns like this via css
.access-code-list{
list-style-type: none;
margin-top: 20px;
}
Select the first item in the second column and see the floating label show up at the bottom of the first column
Expected behavior
The floating label should show on top of the first item in the second column.
The text was updated successfully, but these errors were encountered: