Refactor #5936
parent
00d37a2c6f
commit
4304819991
|
@ -2,9 +2,9 @@ import BaseStyle from '@primevue/core/base/style';
|
||||||
|
|
||||||
const classes = {
|
const classes = {
|
||||||
root: ({ instance }) => [
|
root: ({ instance }) => [
|
||||||
'p-inputmask p-inputwrapper',
|
'p-inputmask',
|
||||||
{
|
{
|
||||||
'p-inputwrapper-filled': instance.filled
|
'p-filled': instance.filled
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue