Sha256: 9b3ff43f2fab1e574aa39b301d37ed17d914f6078f298522b77a6835d78712f8

Contents?: true

Size: 450 Bytes

Versions: 2047

Compression:

Stored size: 450 Bytes

Contents

import React from 'react'

import Select from '../_select'

const SelectDisabled = (props) => {
  const options = [
    { value: 'Apple Pie' },
    { value: 'Cookies' },
    { value: 'Ice Cream' },
    { value: 'Brownies' },
  ]

  return (
    <div>
      <Select
          disabled
          label="Favorite Dessert"
          name="dessert"
          options={options}
          {...props}
      />
    </div>
  )
}

export default SelectDisabled

Version data entries

2,047 entries across 2,047 versions & 2 rubygems

Version Path
playbook_ui_docs-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui_docs-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui_docs-14.14.0.pre.rc.1 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.14.0.pre.rc.1 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1753updatepbcontenttags6065 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.13.0.pre.alpha.play1753updatepbcontenttags6065 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1884progresspill6064 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.13.0.pre.alpha.play1884progresspill6064 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1753updatepbcontenttags6060 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.13.0.pre.alpha.play1753updatepbcontenttags6060 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui_docs-14.13.0.pre.alpha.PBNTR5596029 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.13.0.pre.alpha.PBNTR5596029 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1834depupdatesass6024 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.13.0.pre.alpha.play1834depupdatesass6024 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui_docs-14.14.0.pre.rc.0 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.14.0.pre.rc.0 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui-14.13.0 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1888initializeOncereactdatepickerslowdown5956 app/pb_kits/playbook/pb_select/docs/_select_disabled.jsx