Josh Salverda
Josh Salverda
Please use the latest release instead of grabbing from master. The latest code in the repo is broken at the moment, but the release code should be functioning as expected:...
Hi @cdneely apologies but this project is no longer actively maintained. You might want to check out https://flatpickr.js.org/ which is actively maintained and updated to today's JS standards.
Not that I know of, sorry, this code is super outdated and I havent had time to work on it... I would end up doing a complete rewrite if/when I...
Yep the latest code in the repo is unfortunately broken (my bad), but not the latest release. You can use the latest release version from here: https://github.com/joshsalverda/datepickr/releases
Hi @cla78, This is unfortunately due to the way Date.parse works in JavaScript :disappointed: It only accepts dates in the ISO 8601 formats: http://www.w3.org/TR/NOTE-datetime Snippet from that page: > Year:...
Heh, my idea was basically the same, except using a `join('')` instead 😛
Yep, I noticed that :) I was only joining for an array of strings... your reduce way looks more fun though 😄
Would also be interested in this. Currently migrating over from Cypress/Cypress Testing Library and really enjoying working with Playwright. I'd like to be able to select an input by label...
@aslushnikov I don't think so, since exact matches also affect getByLabel (and I'm assuming other text matchers). So you're opening the can of worms to add getByExactLabel, getByExactPlaceholder, getByExactTitle, etc....
I also needed this, so modified the code to support it: https://github.com/stefalda/react-localization/pull/59