Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REACT] visibleDateRangeChange and dateRangeChange not triggered #4649

Open
chuckn0rris opened this issue May 19, 2022 · 0 comments
Open

[REACT] visibleDateRangeChange and dateRangeChange not triggered #4649

chuckn0rris opened this issue May 19, 2022 · 0 comments
Labels
bug Something isn't working forum Issues from forum react React framework integration
Milestone

Comments

@chuckn0rris
Copy link

Forum post

Works well without wrapper, but doesn't in React wrapper

   const [listeners] = useState({
        dateRangeChange: () => {
            console.log('change 1')
        },
        visibleDateRangeChange: () => {
            console.log('change 2')
        }
    })

    return (
        <Fragment>
            <BryntumScheduler
                ref={scheduler}
                {...schedulerConfig}
                listeners={listeners}
            />
@chuckn0rris chuckn0rris added bug Something isn't working react React framework integration forum Issues from forum labels May 19, 2022
@isglass isglass added this to the 5.x.x milestone May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum react React framework integration
Projects
None yet
Development

No branches or pull requests

2 participants