mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
11 lines
248 B
Handlebars
11 lines
248 B
Handlebars
|
<input
|
||
|
type="url"
|
||
|
class="gh-input"
|
||
|
placeholder="https://www.facebook.com/username"
|
||
|
value={{this.value}}
|
||
|
{{on "input" this.setScratchValue}}
|
||
|
{{on "blur" this.setFacebookUrl}}
|
||
|
data-test-facebook-input
|
||
|
...attributes
|
||
|
/>
|