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 6bfa5f7 commit 599e9a3Copy full SHA for 599e9a3
lib/bootstrap_form/inputs/file_field.rb
@@ -10,7 +10,7 @@ module FileField
10
def file_field_with_bootstrap(name, options={})
11
options = options.reverse_merge(control_class: "form-control")
12
form_group_builder(name, options) do
13
- input_with_error(name) do
+ prepend_and_append_input(name, options) do
14
file_field_without_bootstrap(name, options)
15
end
16
0 commit comments