Refactor #3922 - For InputMask

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 14:08:41 +03:00
parent 80300daa8f
commit 003c8b7127
4 changed files with 36 additions and 1 deletions

View file

@ -28,6 +28,12 @@ const InputMaskProps = [
type: 'boolean',
default: 'false',
description: 'Defines if model sets the raw unmasked value to bound value or the formatted mask value.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];