mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added auto focus on name when creating new tier
closes https://github.com/TryGhost/Team/issues/1785
This commit is contained in:
parent
00f2c73d93
commit
60cd54dda3
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
@value={{readonly this.tier.name}}
|
||||
@input={{action (mut this.tier.name) value="target.value"}}
|
||||
@name="name"
|
||||
@autofocus={{true}}
|
||||
@placeholder="Bronze"
|
||||
@id="name"
|
||||
@class="gh-input"
|
||||
|
|
Loading…
Add table
Reference in a new issue