We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb90b9 commit f9d4d5aCopy full SHA for f9d4d5a
app/concepts/matestack/ui/core/form/select/select.haml
@@ -58,7 +58,7 @@
58
"#{model_binding}": input_key,
59
"@change": "inputChanged(\"#{attr_key}\")",
60
"value-type": options_type,
61
- name: "#{attr_key}_#{value}",
+ name: "#{attr_key}_#{key}",
62
value: key}/
63
%label=value
64
- if options[:options].is_a?(Array)
0 commit comments