# File lib/bootstrap_form/form_builder.rb, line 80
      def select_with_bootstrap(method, choices, options = {}, html_options = {})
        form_group_builder(method, options, html_options) do
          prepend_and_append_input(options) do
            select_without_bootstrap(method, choices, options, html_options)
          end
        end
      end