Sha256: 14de2cb92ef6727ab81b9e15f11fbe67a44ff7401d103191ece711d5a3d4e0e5

Contents?: true

Size: 727 Bytes

Versions: 1919

Compression:

Stored size: 727 Bytes

Contents

import React from 'react'

import Select from '../_select'

const SelectDisabledOptions = (props) => {
  const options = [
    {
      value: '1',
      disabled: true,
      text: 'Espresso',
    },
    {
      value: '2',
      text: 'Americano',
    },
    {
      value: '3',
      disabled: true,
      text: 'Cappuccino',
    },
    {
      value: '4',
      text: 'Mocha',
    },
    {
      value: '5',
      text: 'Flat White',
    },
    {
      value: '6',
      text: 'Latte',
    },
  ]

  return (
    <div>
      <Select
          label="Favorite Coffee"
          name="coffee"
          options={options}
          value="2"
          {...props}
      />
    </div>
  )
}

export default SelectDisabledOptions

Version data entries

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

Version Path
playbook_ui_docs-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui_docs-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui_docs-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui_docs-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui_docs-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui_docs-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui_docs-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui_docs-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx
playbook_ui-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_select/docs/_select_disabled_options.jsx