mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -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:
parent
7535fc73fc
commit
806abf28e4
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
@selectedItemComponent={{component "gh-token-input/label-selected-item"}}
|
@selectedItemComponent={{component "gh-token-input/label-selected-item"}}
|
||||||
@disabled={{@disabled}}
|
@disabled={{@disabled}}
|
||||||
@allowCreation={{@allowCreation}}
|
@allowCreation={{@allowCreation}}
|
||||||
|
@placeholder={{@placeholder}}
|
||||||
as |label|
|
as |label|
|
||||||
>
|
>
|
||||||
<div style="display: flex; width: 100%;">
|
<div style="display: flex; width: 100%;">
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
@allowEdit={{false}}
|
@allowEdit={{false}}
|
||||||
@labels={{this.labels}}
|
@labels={{this.labels}}
|
||||||
@triggerId="label-input"
|
@triggerId="label-input"
|
||||||
|
@placeholder="Select"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue