def configure_inline_form_wrapper(config)
    config.wrappers :inline_form, tag: 'div', class: 'form-group', error_class: 'has-error' do |b|
      b.use :html5
      b.use :placeholder
      b.optional :maxlength