This repository was archived by the owner on Dec 16, 2019. It is now read-only.
This repository was archived by the owner on Dec 16, 2019. It is now read-only.
Wrong abbreviation with smartButtonText and display: inline-block #333
Open
Description
Demo: https://plnkr.co/edit/uijC3SN3aFVbw0FlQeo0?p=info
If the parent <div>
of ng-dropdown-multiselect
is set to display: inline-block
items with texts, which are longer than the buttonDefaultText
, will be abbreviated strangely.
I think that it should be possible to disable the abbreviation of the itemtexts (which was added with #294). Maybe we can introduce a new option like smartButtonDisableTextAbbreviation
. What do you think?