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
Description
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.