mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Typo fixes
This commit is contained in:
parent
161916b41e
commit
9ba3cb8c61
5 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@ export enum PasswordClasses {
|
|||
/**
|
||||
* Class name of the pt input element
|
||||
*/
|
||||
ptInput = 'p-password-input',
|
||||
pcInput = 'p-password-input',
|
||||
/**
|
||||
* Class name of the mask icon element
|
||||
*/
|
||||
|
|
|
@ -83,7 +83,7 @@ const classes = {
|
|||
'p-inputwrapper-focus': instance.focused
|
||||
}
|
||||
],
|
||||
ptInput: 'p-password-input',
|
||||
pcInput: 'p-password-input',
|
||||
maskIcon: 'p-password-toggle-mask-icon p-password-mask-icon',
|
||||
unmaskIcon: 'p-password-toggle-mask-icon p-password-unmask-icon',
|
||||
overlay: 'p-password-overlay p-component',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue