Skip to content

Commit

Permalink
id fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 5, 2022
1 parent a8a50f0 commit e867ebc
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 @@ -505,7 +505,7 @@ import { InputMask } from 'primereact/inputmask';
<CodeHighlight>
{`
<label htmlFor="date">Date</label>
<InputMask id="firstname" />
<InputMask id="date" />
<span id="phone">Phone</span>
<InputMask id="phone" aria-labelledby="phone" />
Expand Down

0 comments on commit e867ebc

Please sign in to comment.