4b646d40ea
refs https://github.com/TryGhost/Team/issues/1358 - added acceptance tests for members settings screen - subscription access management - default post access management - free tier management - fixed `enableLabsFlag()` test helper overwriting existing flag settings when enabling another one - updated API mocks and fixtures - matched product fixtures to default tiers-enabled products - updated product API mocks to include benefit handling
10 lines
186 B
Handlebars
10 lines
186 B
Handlebars
<GhTextInput
|
|
@value={{this.value}}
|
|
@type="text"
|
|
@input={{this.setValue}}
|
|
@focus-out={{this.validateUrlInput}}
|
|
@placeholder={{this.placeholder}}
|
|
...attributes
|
|
/>
|
|
|