Sha256: 28e98b40d242864cfae213b0d65dac56485c25703eadd49fce2b0e020ecedac5
Contents?: true
Size: 688 Bytes
Versions: 158
Compression:
Stored size: 688 Bytes
Contents
<% names = [ { label: 'Alexander Nathaniel Montgomery', value: 'Alexander Nathaniel Montgomery' }, { label: 'Isabella Anastasia Wellington', value: 'Isabella Anastasia Wellington' }, { label: 'Christopher Maximilian Harrington', value: 'Christopher Maximilian Harrington' }, { label: 'Elizabeth Seraphina Kensington', value: 'Elizabeth Seraphina Kensington' }, { label: 'Theodore Jonathan Abernathy', value: 'Theodore Jonathan Abernathy' }, ] %> <%= pb_rails("typeahead", props: { html_options: { style: { maxWidth: "240px" }}, id: "typeahead-form-pill", is_multi: true, options: names, label: "Names", pills: true, truncate: 1, }) %>
Version data entries
158 entries across 158 versions & 2 rubygems