0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added placeholder to member label input for signup form embed modal

refs https://github.com/TryGhost/Team/issues/3340
This commit is contained in:
Simon Backx 2023-06-02 11:19:37 +02:00
parent 7535fc73fc
commit 806abf28e4
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@
@selectedItemComponent={{component "gh-token-input/label-selected-item"}}
@disabled={{@disabled}}
@allowCreation={{@allowCreation}}
@placeholder={{@placeholder}}
as |label|
>
<div style="display: flex; width: 100%;">

View file

@ -39,6 +39,7 @@
@allowEdit={{false}}
@labels={{this.labels}}
@triggerId="label-input"
@placeholder="Select"
/>
</div>
</div>