react-semantic-ui-datepickers
react-semantic-ui-datepickers copied to clipboard
Datepickers built with Semantic UI for React and Dayzed.
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.4 to 12.1.5. Release notes Sourced from @โtesting-library/react's releases. v12.1.5 12.1.5 (2022-04-11) Bug Fixes Only supports React < 18 (#1041) (9e2b5db) Commits 646129b chore: Run release from...
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.5. Release notes Sourced from babel-loader's releases. v8.2.5 What's Changed fix: respect inputSourceMap loader option by @โalan-agius4 in babel/babel-loader#896 New Contributors @โalan-agius4 made their first...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.43 to 18.0.8. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The passing of the className prop should not be on the input directly but on the top level element. When you set it directly to the input I cannot styled...
**What kind of change does this PR introduce?** - Adds properties `width` and `fieldClassName` to the `` element, forwarding them in addition to the existing properties `disabled`, `error`, `inline`, `required`...
This is a new feature. I've needed support for selecting a full week for a given date instead of an arbitrary range. Thought this might also be useful for others...
**What kind of change does this PR introduce?** This PR fixes the locale import issue for esm js file. **What is the current behavior?** see issue https://github.com/arthurdenner/react-semantic-ui-datepickers/issues/176 **What is the...
# ๐ bug report ## Description of the problem When you are trying to edit the date manually it won't always work. ## Steps to reproduce Let's say I want...
# โ Question Hi I just made the upgrade from the previous version. So, I replace the locale import by a reference to locale into the tag definition (as following):...
# ๐ Feature We have some locales options, but we can always have more! ๐ In order to do this, you should: ๐ Clone the [English locale](https://github.com/arthurdenner/react-semantic-ui-datepickers/blob/develop/src/locales/en-US.json) and change the...