Skip to content

Selectize widget with dropdownParent: 'body' is not rendered correctly #19

@kkozlik

Description

@kkozlik

When the selectize widget is initialized with dropdownParent: 'body' it is not rendered correctly at all.

It is wrongly positioned which could be fixed by setting position: absolute; css property for .selectize-dropdown.

But neither other css rules are applied to .selectize-dropdown. I would say that is because all the rules are defined as: .form-control.selectize-control .selectize-dropdown but in case of dropdownParent: 'body' the .selectize-dropdown is outside the .selectize-control element in the DOM tree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions