Skip to content

Commit

Permalink
fix(doc/input-password): added placeholder to api page
Browse files Browse the repository at this point in the history
  • Loading branch information
ZurabDev committed Dec 29, 2023
1 parent 2631000 commit d1d352d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/doc/src/app/about-prizm/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ All notable changes to this project will be documented in this file.
- fix: none-status tokens updated for dark theme #1253
- fix: artifact download folder in beta release #1229
- fix: artifact dowload folder in next release #1228
-

## [1.12.1, 2.9.1, 3.8.1](https:/zyfra/Prizm) (27-12-2023)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
heading="PrizmInputTextComponent"
hostComponentKey="PrizmInputTextComponent"
>
<ng-template
[(documentationPropertyValue)]="placeholder"
documentationPropertyName="placeholder"
documentationPropertyType="string"
documentationPropertyMode="input"
>
Placeholder
</ng-template>

<ng-template
[(documentationPropertyValue)]="value"
documentationPropertyName="value"
Expand Down

0 comments on commit d1d352d

Please sign in to comment.