HBatalha

Results 31 comments of HBatalha

I forked the project and made changes in the dropdown overlay so that it always shows at the top when I wanted: https://github.com/hbatalhaStch/custom-dropdown/tree/project I don't know if you still have...

> In case anyone needs to find this thread by searching for the error message, here it is in plain text: > > ``` > TS2305: Module '"react-dnd"' has no...

You can try this fork: https://github.com/hbatalhaStch/react-big-scheduler

maybe a little late but just want to let you know I have forked this project ([see here](https://github.com/hbatalhaStch/react-big-scheduler/)) and have updated antd so I believe that solves your problem

I am not sure a screenshot is able to provide any details. The issue is that the `onSelect` callback is called whenever we change the month or year. I propose...

I have cloned the project and made the changes but I couldn't understand how to run singles tests so I couldn't create a PR so I am just going to...

> I think an alternative to this is to have a callbackProp call `onDateSelect` that only runs when clicking on a specific day. I, too, am having trouble running an...

> One thing I would add though is the `selectType` props to `onSelect` callback, not just the internal one, so developrs can have access to that value from their callback...

It looks like this repo isn't maintained anymore. I am maintaining a [fork](https://github.com/hbatalhaStch/react-big-scheduler), could you [try it](https://www.npmjs.com/package/react-big-scheduler-stch) and see if you still have the same problem.