Feature Request: Support Bootstrap input group

Please add ability to support Bootstrap input groups with the MultiSelect Dropdown. Below is code I attempted but the added plus sign is not appending to the end. I am trying to append an "add" button so the user can get a popup to add a new item to the MultiSelect dropdown list.


                                                    <div class="col-12 input-group">
                                                        <SfMultiSelect ID="RolePicker" FloatLabelType="@FloatLabelType.Auto" TValue="string[]" Mode="@VisualMode.CheckBox" Placeholder="Roles can submit form" 
                                                                       DataSource="@Roles" ShowSelectAll="true" CssClass="form-control" 
                                                                       EnableSelectionOrder="true" FilterBarPlaceholder="Search roles" EnableGroupCheckBox="true" PopupHeight="350px">
                                                            <MultiSelectFieldSettings GroupBy="Category" Value="Name"></MultiSelectFieldSettings>
                                                        </SfMultiSelect>
                                                        <div class="input-group-append">
                                                            <span class="input-group-text">+</span>
                                                        </div>
                                                    </div>

1 Reply

PM Ponmani Murugaiyan Syncfusion Team September 9, 2020 05:38 PM UTC

Hi Scott, 

Greetings from Syncfusion support. 

We already considered the reported requirement for Multiselect component as feature at our end. It will be included in the any of the upcoming release. We appreciate your patience until then.   

You can now track the reported issue from the below feedback link.  


Regards, 
Ponmani M 


Loader.
Up arrow icon