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

Setting autoCreate to false doesn't prevent the dblclick event creation #7775

Closed
taauntik opened this issue Nov 1, 2023 · 0 comments
Closed
Assignees
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@taauntik
Copy link

taauntik commented Nov 1, 2023

Forum post

Hi,

I noticed that after upgrading from Bryntum Calendar v5.3.5 to v5.6.0, setting autoCreate to false no longer prevents the event where the user can double click on a timeslot to create an event. We would like to keep this functionality disabled, but it looks like setting it false no longer disables it.

    <BryntumCalendar
                ref={calendar}
                project={project}
                autoCreate={false}
     />

@taauntik taauntik added bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer labels Nov 1, 2023
@ExtAnimal ExtAnimal self-assigned this Nov 1, 2023
@ExtAnimal ExtAnimal changed the title Setting autoCreate to false doesn't prevent the dbl click event creation Setting autoCreate to false doesn't prevent the dblclick event creation Nov 1, 2023
@ExtAnimal ExtAnimal added ready for review Issue is fixed, the pull request is being reviewed and removed in progress labels Nov 1, 2023
@ExtAnimal ExtAnimal added this to the 5.6.1 milestone Nov 1, 2023
@ExtAnimal ExtAnimal added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Nov 1, 2023
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 large-account Reported by large customer OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants