Connor Bär

Results 42 comments of Connor Bär

Again, I appreciate your enthusiasm! 👏 However, I'd prefer to settle on one approach, for two reasons: 1. Implementing both approaches is more work, especially when it comes to maintaining...

Alright, there seems to be a consensus to drop support for a grid in Circuit UI. What does that mean for the existing Grid components? I'd like to discourage their...

[`Intl.displayNames`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/DisplayNames) [does not](https://caniuse.com/mdn-javascript_builtins_intl_displaynames_of) meet [SumUp's](https://github.com/sumup/legacy-browsers) (internal link) and [Circuit UI's](https://circuit.sumup.com/?path=/docs/introduction-browser-support--page) browser support policy.

No. `moment.js` is a sub-dependency of `react-dates` on which our date picker components are based. There's an open issue to refresh the date picker components (https://github.com/sumup-oss/circuit-ui/issues/537#issue-557192595) with the following requirement:...

@marielakas You indicated that you're interested in tackling this issue. Is this still the case? Do you have an estimate when you'll be able to work on it?

I've done some research on third-party calendar libraries and the native date input. ## Criteria - **Localisation**: SumUp operates in over 20 countries with over 30 languages. The calendar needs...

Thanks for reaching out, @gpbl! `date-fns` would work fine for us. I'll do a more thorough review of the accessibility of `react-day-picker` before starting to work on this and will...

@long-lazuli What problem are you trying to solve with this approach? If you're trying to avoid JavaScript bloat, you'd need to code-split the custom date picker by dynamically importing it....

[`react-day-picker` v8](https://react-day-picker.js.org/) has just been released. > ## Notable changes > > - added [date-fns](https://date-fns.org/) library as peer dependency > - native TypeScript support > - selection modes: single, multiple,...

Adobe just released a fully accessible and customizable range of date picker components: https://react-spectrum.adobe.com/blog/date-and-time-pickers-for-all.html Edit: [accessibility review](https://twitter.com/aardrian/status/1539730638823104515?s=20&t=NEDaB0tz_gqyJ9KXmyQJKg)