pull/5969/head
tugcekucukoglu 2024-06-26 13:17:21 +03:00
parent 00d37a2c6f
commit 4304819991
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ import BaseStyle from '@primevue/core/base/style';
const classes = {
root: ({ instance }) => [
'p-inputmask p-inputwrapper',
'p-inputmask',
{
'p-inputwrapper-filled': instance.filled
'p-filled': instance.filled
}
]
};