Skip to content
Snippets Groups Projects
  1. Jan 26, 2022
  2. Jan 23, 2022
  3. Jan 22, 2022
  4. Jan 21, 2022
  5. Dec 03, 2021
  6. Mar 02, 2020
  7. Sep 18, 2021
  8. Jan 19, 2020
  9. Nov 28, 2019
  10. Dec 01, 2021
  11. Oct 12, 2019
  12. Jan 09, 2020
  13. Jul 02, 2019
  14. Nov 28, 2018
  15. Feb 18, 2019
  16. Jul 19, 2017
  17. May 08, 2020
  18. May 30, 2020
  19. Oct 28, 2021
  20. Jan 27, 2021
    • Greg O'Connor's avatar
      [Fix] `DateRangePicker`, `DateRangePickerInput`: Fix keyboard navigation · 67fc5447
      Greg O'Connor authored
      
      Keyboard navigation is broken for the date range picker. The following
      bugs exist:
      
      When passing through the component with tab-navigation, after exiting
      the end-date input the dropdown does not close. When attempting to enter
      values into the end-date dropdown, users would have to tab backwards
      back to the dropdown to enter values. The simplest and clearest solution
      that came to be is simply to put the day picker after the currently
      active input. In this way, the dropdown always appears next in the
      tab-order to the input the user has selected. The existing blur handler
      in the dropdown means that tabbing through the component will leave the
      dropdown closed at the end.
      
      The react keys ensure that the element is just moved over in the DOM and
      so there is no flickering.
      
      Fixes #1809
      
      Co-authored-by: default avatarGreg O'Connor <greg.oconnor@airbnb.com>
      Co-authored-by: default avatarDaniel M <daniel.magarreiro@airbnb.com>
      67fc5447
  21. Nov 25, 2021
  22. Nov 11, 2020
  23. Feb 17, 2021
  24. Feb 22, 2021
  25. Feb 23, 2021
  26. Jan 17, 2019
  27. Jan 21, 2021
    • Jordan Harband's avatar
      [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/register`,... · 61ce4991
      Jordan Harband authored
      [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/register`, `@babel/runtime`, `@storybook/addon-actions`, `@storybook/addon-info`, `@storybook/addon-links`, `@storybook/addon-options`, `@storybook/addons`, `@storybook/react`, `@welldone-software/why-did-you-render`, `airbnb-js-shim`, `aphrodite`, `babel-eslint`, `babel-loader`, `babel-plugin-inline-react-svg`, `babel-plugin-inline-svg`, `babel-preset-airbnb`, `clean-css`, `coveralls`, `cross-env`, `enzyme`, `enzyme-adapter-react-helper`, `eslint`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `eslint-plugin-react-with-styles`, `in-publish`, `react-with-styles-interface-aphrodite`, `rimraf`, `safe-publish-latest`, `sass-loader`, `sinon`, `sinon-sandbox`, `webpack`
      61ce4991
    • Jordan Harband's avatar
      [Deps] update `color2k`, `object.values` · 5979fdda
      Jordan Harband authored
      5979fdda
    • Jordan Harband's avatar
      [eslint] fix linting error · f424b11e
      Jordan Harband authored
      f424b11e
  28. Nov 10, 2020
Loading