yuki0410

Results 56 comments of yuki0410

@yamanoku Maybe disable-scroll is the cause. ([source](https://github.com/gilbarbara/disable-scroll/blob/9608b91d03ccb88298aecf41551aa9054968d9e4/src/index.ts#L99)) When I open a modal and then give Hidden CSS Style to the modal, the spacebar doesn't respond to the button.

You appear to be returning files from aspx that dynamically generate pages. You may want to check the following items - Is the built CSS placed in the proper directory?...

thanks for the review. --- > This change looks good to me by using `pointer` event to replace `mouse` events. The only concern I have is regarding legacy browser/device compatibility/support....

I close this PR because I consider the other [PR](https://github.com/Hacker0x01/react-datepicker/pull/4553) more useful. Thanks for taking your guys time to review!

( cc. @martijnrusschen )

Currently, there is no functionality to set the Custom class name for `react-datepicker__input-container`. It seems to me that you should request additional functionality for inputContainerClassName Props or use a descendant...

@davetapley @martijnrusschen I am not familiar with yarn2, but I thought there might be some old dependencies left in yarn.lock. (I assume that the latest version at the time of...

@martijnrusschen Thanks for your quick review and merge. There are now only two more files that I have not refactored. (datepicker_test.test.js, calendar_test.test.js) They are very long files and may take...

My thought is that after removing all Enzyme tests, that Linter may not be needed if the Enzyme is removed from package.json. (The Enzyme test will not be able to...