+ {{! template-lint-disable require-input-label }}
- {{!-- template-lint-disable require-input-label --}}
-
+ {{! template-lint-disable require-input-label }}
+
\ No newline at end of file
+
diff --git a/addon/components/mxa/select.hbs b/addon/components/mxa/select.hbs
index 71aa828f..6fa45556 100644
--- a/addon/components/mxa/select.hbs
+++ b/addon/components/mxa/select.hbs
@@ -6,22 +6,23 @@
aria-expanded="true"
aria-labelledby="listbox-label"
class="relative w-full
- {{if @isDisabled 'bg-gray-100 border-gray-100 text-gray-500' 'bg-white border-gray-300 focus:border-purple-600 focus:ring-purple-600 focus:ring-1'}}
- border rounded shadow-sm pl-3 pr-10 py-2 text-left cursor-default
- focus:outline-none sm:text-sm"
+ {{if
+ @isDisabled
+ 'bg-gray-100 border-gray-100 text-gray-500'
+ 'bg-white border-gray-300 focus:border-purple-600 focus:ring-purple-600 focus:ring-1'
+ }}
+ border rounded shadow-sm pl-3 pr-10 py-2 text-left cursor-default focus:outline-none sm:text-sm"
data-test-select-button
...attributes
- {{on 'click' this.toggleOptions}}
+ {{on "click" this.toggleOptions}}
>
{{this.selectedOptionName}}
-
- {{!-- Heroicon name: selector --}}
+
+ {{! Heroicon name: selector }}
- {{!--
+ {{!
Select popover, show/hide based on select state.
Entering: ""
@@ -46,15 +47,11 @@
Leaving: "transition ease-in duration-100"
From: "opacity-100"
To: "opacity-0"
- --}}
+ }}
{{#if this.isShowingOptions}}
{{/each}}
{{/if}}
- {{!--
+ {{!
Select option, manage highlight styles based on mouseenter/mouseleave and keyboard navigation.
Highlighted: "text-white bg-indigo-600", Not Highlighted: "text-gray-900"
- --}}
+ }}
{{/if}}
diff --git a/addon/components/mxa/tags-input.hbs b/addon/components/mxa/tags-input.hbs
index b59ce40d..5f4177c5 100644
--- a/addon/components/mxa/tags-input.hbs
+++ b/addon/components/mxa/tags-input.hbs
@@ -20,7 +20,7 @@
data-test-tags-selected={{tag}}
>
{{tag}}
- {{!-- template-lint-disable no-invalid-interactive --}}
+ {{! template-lint-disable no-invalid-interactive }}
- {{!-- template-lint-enable no-invalid-interactive --}}
+ {{! template-lint-enable no-invalid-interactive }}