Skip to content
Snippets Groups Projects
  1. Jul 25, 2023
  2. Jan 26, 2022
  3. Jan 23, 2022
  4. Jan 22, 2022
  5. Jan 21, 2022
  6. Dec 03, 2021
  7. Mar 02, 2020
  8. Sep 18, 2021
  9. Jan 19, 2020
  10. Nov 28, 2019
  11. Dec 01, 2021
  12. Oct 12, 2019
  13. Jan 09, 2020
  14. Jul 02, 2019
  15. Nov 28, 2018
  16. Feb 18, 2019
  17. Jul 19, 2017
  18. May 08, 2020
  19. May 30, 2020
  20. Oct 28, 2021
  21. 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
  22. Nov 25, 2021
  23. Nov 11, 2020
  24. Feb 17, 2021
  25. Feb 22, 2021
  26. Feb 23, 2021
  27. Jan 17, 2019
  28. 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
Loading