Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Sample :
In checkbox mode, if the user selects all the items using the "Select All" option, the placeholder overlaps with the selected data in the EJS-Multiselect. To replicate the issue, the component must have the following configuration.
[ Configuration ]
|
<ejs-multiselect id="sample-list1" cssClass="e-outline" [dataSource]="sportsData" mode="CheckBox" [fields]="fields" placeholder="Favorite Sports" floatLabelType="Auto" showSelectAll="true" [allowFiltering]="false" ></ejs-multiselect> |
Replication procedure :
1. Run the sample.
2. Open the popup and click the "Select All" option.
3. Focus out of the component.
Expected Output: The placeholder does not overlap with the selected data.
Current Output: The placeholder overlaps with the selected data.