support for inputnumber

pull/6454/head
Cagatay Civici 2024-09-20 22:02:08 +03:00
parent 8c4227d099
commit 72c9091282
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ const theme = ({ dt }) => `
transform: translateY(0);
}
.p-floatlabel:has(.p-inputnumber-horizontal) label {
margin-inline-start: ${dt('inputnumber.button.width')};
}
.p-floatlabel:has(.p-invalid) label {
color: ${dt('floatlabel.invalid.color')};
}