Skip to content

Commit

Permalink
removed id
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 5, 2022
1 parent e867ebc commit bd98a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/inputmask/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ import { InputMask } from 'primereact/inputmask';
<InputMask id="date" />
<span id="phone">Phone</span>
<InputMask id="phone" aria-labelledby="phone" />
<InputMask aria-labelledby="phone" />
<InputMask aria-label="Age" />
`}
Expand Down

0 comments on commit bd98a16

Please sign in to comment.