Sha256: 92f107f98e2ff13024112b0c2aecac5228778f172dae13e7be95875f137b86fb

Contents?: true

Size: 572 Bytes

Versions: 76

Compression:

Stored size: 572 Bytes

Contents

<%= f.input key,
            as: :controlled_vocabulary,
            placeholder: 'Search for a location',
            input_html: {
              class: 'form-control',
              data: { 'autocomplete-url' => "/authorities/search/geonames",
                      'autocomplete' => key }
            },
            ### Required for the ControlledVocabulary javascript:
            wrapper_html: { data: { 'autocomplete-url' => "/authorities/search/geonames",
                                    'field-name' => key }},
            required: f.object.required?(key) %>

Version data entries

76 entries across 73 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/records/edit_fields/_based_near.html.erb
hyrax-5.0.1 app/views/collections/edit_fields/_based_near.html.erb
hyrax-5.0.0 app/views/records/edit_fields/_based_near.html.erb
hyrax-5.0.0 app/views/collections/edit_fields/_based_near.html.erb
hyrax-5.0.0.rc3 app/views/records/edit_fields/_based_near.html.erb
hyrax-5.0.0.rc3 app/views/collections/edit_fields/_based_near.html.erb
hyrax-5.0.0.rc2 app/views/records/edit_fields/_based_near.html.erb
hyrax-5.0.0.rc1 app/views/records/edit_fields/_based_near.html.erb
hyrax-3.6.0 app/views/records/edit_fields/_based_near.html.erb
hyrax-4.0.0 app/views/records/edit_fields/_based_near.html.erb
hyrax-4.0.0.rc3 app/views/records/edit_fields/_based_near.html.erb
hyrax-4.0.0.rc2 app/views/records/edit_fields/_based_near.html.erb
hyrax-4.0.0.rc1 app/views/records/edit_fields/_based_near.html.erb
hyrax-3.5.0 app/views/records/edit_fields/_based_near.html.erb
hyrax-4.0.0.beta2 app/views/records/edit_fields/_based_near.html.erb
hyrax-3.4.2 app/views/records/edit_fields/_based_near.html.erb
hyrax-4.0.0.beta1 app/views/records/edit_fields/_based_near.html.erb
hyrax-3.4.1 app/views/records/edit_fields/_based_near.html.erb
hyrax-3.4.0 app/views/records/edit_fields/_based_near.html.erb
hyrax-3.3.0 app/views/records/edit_fields/_based_near.html.erb