Skip to content

Commit 50925ec

Browse files
Add placeholder
1 parent a63bbf3 commit 50925ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kahuna/public/js/components/gr-cql-input/gr-cql-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ grCqlInput.directive<
8686
onChange: "&",
8787
value: "="
8888
},
89-
template: `<cql-input value="{{fromGridQuery(value)}}"></cql-input>`,
89+
template: `<cql-input value="{{fromGridQuery(value)}}" placeholder="Search for images… (type + for advanced search)"></cql-input>`,
9090
link: function (scope, element) {
9191
const cqlInput = element.find("cql-input")[0];
9292
scope.fromGridQuery = gridQueryToCqlQuery;

0 commit comments

Comments
 (0)