How to disable next month dates in current month view in React Flat Pickr with Momentjs

I’m using React Flatpickr in my project with Moment.js. In the current month’s view, dates from the next month are also shown. I want to disable these dates in the current month’s view so that users cannot select them. In React Flatpickr, these dates are disabled but still selectable. How can I prevent users from selecting these dates?

Firstly i went to Ai but not getting desire results.