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

Combo with autoexpand: true closes immediately on first click of dropdown arrow #4936

Closed
marciogurka opened this issue Jul 13, 2022 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum premium resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@marciogurka
Copy link

Forum post

Add a combo with autoExpand : true, like this

// combo with string items
new Combo({
    items    : ['Fanta', 'Loranga', 'Jaffa', 'Zingo', 'Orangina'],
    label    : 'Items as strings',
    appendTo : targetElement,
    style    : { marginRight : '.5em' },
    autoExpand : true
});

If you click on the arrow instead of the text field, the dropdown list will immediately disappear.

@marciogurka marciogurka added bug Something isn't working premium forum Issues from forum labels Jul 13, 2022
@matsbryntse matsbryntse added the ready for review Issue is fixed, the pull request is being reviewed label Jul 14, 2022
@matsbryntse matsbryntse self-assigned this Jul 14, 2022
@matsbryntse matsbryntse 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 Jul 15, 2022
@matsbryntse matsbryntse added this to the 5.0.8 milestone Jul 15, 2022
@SergeyMaltsev SergeyMaltsev modified the milestones: 5.0.8, 5.1.0 Jul 21, 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 premium resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants