hotwire_combobox 0.1.22 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/presenters/hotwire_combobox/component.rb +2 -2
- data/lib/hotwire_combobox/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3e569c002283e9c7607436fe40d39d4789c022ce674068eaefc6a069d08a62f
|
|
4
|
+
data.tar.gz: 17221f3d22206fb0dd4255f5e8bbb122786bea3cc061f75277c8dd6aa676a948
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d645d16b89e63e2960f534c7c6a3efe69c3d9636d290afd32a6fde0a4849057e5dbb87b247e48ee6a58349d488cd7e58ca11a102a70781e58a1eb57f970be09
|
|
7
|
+
data.tar.gz: df0d0ae02c7bfb5056b290649d28f08823c42793ade4f6198e82aa9ddc144a842f1a416eebd960ef4d233e1197531a9ea45bb2f1eceb3b740432311838f930c6
|
|
@@ -147,7 +147,7 @@ class HotwireCombobox::Component
|
|
|
147
147
|
|
|
148
148
|
def fieldset_data
|
|
149
149
|
data.reverse_merge \
|
|
150
|
-
|
|
150
|
+
async_id: hidden_field_id,
|
|
151
151
|
controller: view.token_list("hw-combobox", data[:controller]),
|
|
152
152
|
hw_combobox_expanded_value: open,
|
|
153
153
|
hw_combobox_name_when_new_value: name_when_new,
|
|
@@ -214,7 +214,7 @@ class HotwireCombobox::Component
|
|
|
214
214
|
click@window->hw-combobox#closeOnClickOutside
|
|
215
215
|
focusin@window->hw-combobox#closeOnFocusOutside".squish,
|
|
216
216
|
hw_combobox_target: "combobox",
|
|
217
|
-
|
|
217
|
+
async_id: hidden_field_id
|
|
218
218
|
end
|
|
219
219
|
|
|
220
220
|
def input_aria
|