0
Fork 0
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:
Rishabh 2022-08-12 16:24:44 +05:30
parent 00f2c73d93
commit 60cd54dda3

View file

@ -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"