Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

t/109: URL input field should provide a placeholder #115

Merged
merged 2 commits into from
May 11, 2017
Merged

Conversation

oleq
Copy link
Member

@oleq oleq commented May 5, 2017

Suggested merge commit message (convention)

Feature: URL input field should provide a placeholder. Closes ckeditor/ckeditor5#4787.


Additional information

@oleq oleq requested a review from oskarwrobel May 11, 2017 08:14
@@ -18,7 +18,7 @@ describe( 'LinkFormView', () => {
let view;

beforeEach( () => {
view = new LinkFormView( { t: () => {} } );
view = new LinkFormView( { t: () => 'http://example.com' } );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{ t: ( val ) => val } will be better for the future.

@oskarwrobel oskarwrobel merged commit 6d18c55 into master May 11, 2017
@oskarwrobel oskarwrobel deleted the t/109 branch May 11, 2017 14:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URL input field should provide a placeholder
2 participants