Skip to content
Snippets Groups Projects
  1. Jan 22, 2022
  2. Jan 21, 2022
  3. Dec 03, 2021
  4. Mar 02, 2020
  5. Sep 18, 2021
  6. Jan 19, 2020
  7. Nov 28, 2019
  8. Dec 01, 2021
  9. Oct 12, 2019
  10. Jan 09, 2020
  11. Jul 02, 2019
  12. Nov 28, 2018
  13. Feb 18, 2019
  14. Jul 19, 2017
  15. May 08, 2020
  16. May 30, 2020
  17. Oct 28, 2021
  18. 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>
  19. Nov 25, 2021
  20. Nov 11, 2020
  21. Feb 17, 2021
  22. Feb 22, 2021
  23. Feb 23, 2021
  24. Jan 17, 2019
  25. 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`
    • Jordan Harband's avatar
    • Jordan Harband's avatar
      [eslint] fix linting error · f424b11e
      Jordan Harband authored
  26. Nov 10, 2020
  27. Oct 03, 2020
  28. Oct 30, 2020
  29. Oct 31, 2020
  30. Oct 26, 2020
  31. May 18, 2020
  32. Jun 17, 2020
Loading