From a2fd9b8412b1b362073f1a7428d647772157e590 Mon Sep 17 00:00:00 2001 From: gbourant Date: Mon, 18 Sep 2023 10:25:54 +0300 Subject: [PATCH] update the example for https://github.com/redhat-developer/intellij-quarkus/issues/1172 --- project-b/src/main/resources/templates/index.html | 6 ++++++ .../src/main/resources/templates/tags/inputLabel.html | 0 .../src/main/resources/templates/tags/inputLabelText.html | 0 .../src/main/resources/templates/tags/inputText.html | 0 4 files changed, 6 insertions(+) rename {project-a => project-b}/src/main/resources/templates/tags/inputLabel.html (100%) rename {project-a => project-b}/src/main/resources/templates/tags/inputLabelText.html (100%) rename {project-a => project-b}/src/main/resources/templates/tags/inputText.html (100%) diff --git a/project-b/src/main/resources/templates/index.html b/project-b/src/main/resources/templates/index.html index 0dfd2ae..b65d534 100644 --- a/project-b/src/main/resources/templates/index.html +++ b/project-b/src/main/resources/templates/index.html @@ -1,3 +1,9 @@ {#include root} message from project-b +

+ {#inputLabel title="auto complete works fine in input label" /} +

+

+ {#inputLabelText title="title property works but not the auto complete" /} +

{/include} \ No newline at end of file diff --git a/project-a/src/main/resources/templates/tags/inputLabel.html b/project-b/src/main/resources/templates/tags/inputLabel.html similarity index 100% rename from project-a/src/main/resources/templates/tags/inputLabel.html rename to project-b/src/main/resources/templates/tags/inputLabel.html diff --git a/project-a/src/main/resources/templates/tags/inputLabelText.html b/project-b/src/main/resources/templates/tags/inputLabelText.html similarity index 100% rename from project-a/src/main/resources/templates/tags/inputLabelText.html rename to project-b/src/main/resources/templates/tags/inputLabelText.html diff --git a/project-a/src/main/resources/templates/tags/inputText.html b/project-b/src/main/resources/templates/tags/inputText.html similarity index 100% rename from project-a/src/main/resources/templates/tags/inputText.html rename to project-b/src/main/resources/templates/tags/inputText.html