Sha256: 5815cd4ed4a69844e8f08188e685560cec2de51a8772cea69cabd8648259ddc2

Contents?: true

Size: 561 Bytes

Versions: 1959

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,959 entries across 1,959 versions & 2 rubygems

Version Path
playbook_ui-11.4.0 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.3.0.pre.alpha2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.3.0.pre.alpha1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.3.0 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.2.7 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.2.6 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.2.5 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.2.4 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.2.4.pre.alpha1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.2.3 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.2.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.2.1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.2.0 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.1.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.1.2.pre.alpha1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.1.1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.1.1.pre.alpha1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.1.0 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.0.1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx
playbook_ui-11.0.0 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.jsx