From 4d1a1c7a8732ee11fc02b9cc74597c5dfbd1112d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Thu, 6 May 2021 13:33:47 +0200 Subject: [PATCH] docs(examples): update GitHub example --- examples/github-repositories-custom-plugin/app.tsx | 1 + .../createGitHubReposPlugin.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/github-repositories-custom-plugin/app.tsx b/examples/github-repositories-custom-plugin/app.tsx index b297010ea..f1c6d077c 100644 --- a/examples/github-repositories-custom-plugin/app.tsx +++ b/examples/github-repositories-custom-plugin/app.tsx @@ -11,5 +11,6 @@ const gitHubReposPlugin = createGitHubReposPlugin({ autocomplete({ container: '#autocomplete', + placeholder: 'Search repositories', plugins: [gitHubReposPlugin], }); diff --git a/examples/github-repositories-custom-plugin/createGitHubReposPlugin.tsx b/examples/github-repositories-custom-plugin/createGitHubReposPlugin.tsx index 14bd70ffe..09ee4a52d 100644 --- a/examples/github-repositories-custom-plugin/createGitHubReposPlugin.tsx +++ b/examples/github-repositories-custom-plugin/createGitHubReposPlugin.tsx @@ -82,7 +82,7 @@ export function createGitHubReposPlugin(
-
+
{item.full_name}