app/components/lookbook/params/field/component.rb in lookbook-1.4.1 vs app/components/lookbook/params/field/component.rb in lookbook-1.4.2
- old
+ new
@@ -32,10 +32,10 @@
name: param.name,
input: param.input,
value: param.value,
value_type: param.value_type,
value_default: param.value_default,
- input_options: input_options.except(:choices),
+ input_options: input_options.except(:choices, :opts),
choices: input_options[:choices])
end
def alpine_component
"paramsFieldComponent"