Sha256: dea0d0fb15fb7cee25713e845eddc5b063d1bdd4e47c041f30ed8ac0aa9e25bc

Contents?: true

Size: 598 Bytes

Versions: 1978

Compression:

Stored size: 598 Bytes

Contents

import React from 'react'

import Select from '../_select'

const SelectCustomSelect = (props) => {
  return (
    <div>
      <Select
          label="Favorite Holiday"
          {...props}
      >
        <select
            id="holiday"
            name="holiday"
            {...props}
        >
          <option value="1">{'Christmas'}</option>
          <option value="2">{'Thanksgiving'}</option>
          <option value="3">{'Halloween'}</option>
          <option value="4">{'Fourth of July'}</option>
        </select>
      </Select>
    </div>
  )
}

export default SelectCustomSelect

Version data entries

1,978 entries across 1,978 versions & 2 rubygems

Version Path
playbook_ui-12.3.1.pre.alpha.phone1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-12.3.1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-12.3.0.pre.alpha.patchtest1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-12.3.0 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-12.2.0 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-12.1.0 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-12.0.0 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.20.0.pre.alpha.passthrough1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.20.0.pre.alpha.railsdialog1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.20.0.pre.alpha.focus1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.20.0 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.19.0.pre.alpha.map1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.19.0.pre.alpha.pagpassthrough1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.19.0 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.18.0.pre.alpha.pagutility1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.19.0.pre.typeahead1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.18.0 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.17.0 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.15.0.pre.alpha.dependencies1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
playbook_ui-11.16.0.pre.alpha.paginationrails1 app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx