Sha256: 5815cd4ed4a69844e8f08188e685560cec2de51a8772cea69cabd8648259ddc2

Contents?: true

Size: 561 Bytes

Versions: 1900

Compression:

Stored size: 561 Bytes

Contents

import React from 'react'

import DatePicker from '../_date_picker'

const DatePickerInline = (props) => {
  const showAngleDownHandler = (dateSelected) => {
    if (dateSelected) {
      document.querySelector('.inline-date-picker').classList.add('show-angle-down-icon')
    }
  }

  return (
    <div>
      <DatePicker
          className="inline-date-picker"
          hideIcon
          inLine
          onChange={showAngleDownHandler}
          pickerId="date-picker-inline"
          {...props}
      />
    </div>
  )
}

export default DatePickerInline

Version data entries

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

Version Path
playbook_ui_docs-14.11.1.pre.alpha.PLAY1720phonenumberinputformatAsYouType5377 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.11.1.pre.alpha.PLAY1720phonenumberinputformatAsYouType5377 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui_docs-14.11.1.pre.alpha.play17725374 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.11.1.pre.alpha.play17725374 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui_docs-14.11.1.pre.alpha.play17725372 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.11.1.pre.alpha.play17725372 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui_docs-14.12.0.pre.rc.4 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.12.0.pre.rc.4 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui_docs-14.11.1.pre.alpha.hfhbrakemanplaybook5370 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.11.1.pre.alpha.hfhbrakemanplaybook5370 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui_docs-14.11.1.pre.alpha.responsivetablerails5364 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.11.1.pre.alpha.responsivetablerails5364 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui_docs-14.11.1.pre.alpha.responsivetablerails5362 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.11.1.pre.alpha.responsivetablerails5362 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR769sticky5359 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR769sticky5359 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR573datepickerinvestigation5355 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR573datepickerinvestigation5355 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui_docs-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx