Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Hidden elements calculated at 0px width #212

Open
@cureau

Description

@cureau

If a ui-select element is hidden on page load, then width is calculated as 0px.

I can override this in my css with:

.form-group input {
    width: 100% !important;
}

but then the dynamically calculated widths are overridden and after entering a multiselect item, the cursor is forced to a new line.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions