mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
10 lines
240 B
Handlebars
10 lines
240 B
Handlebars
|
<input
|
||
|
type="url"
|
||
|
class="gh-input"
|
||
|
placeholder="https://twitter.com/username"
|
||
|
value={{this.value}}
|
||
|
{{on "input" this.setScratchValue}}
|
||
|
{{on "blur" this.setTwitterUrl}}
|
||
|
data-test-twitter-input
|
||
|
...attributes
|
||
|
/>
|