This is a migrated thread and some comments may be shown as answers.

Enable custom typing

1 Answer 25 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Luis
Top achievements
Rank 1
Luis asked on 18 Mar 2016, 07:40 PM

I have this code for an autocomplete for possible recomendations, but when I want type a custom name, the plugin delete my characteres

 

@(Html.Kendo().MultiSelect()
          .Name("EmailInvited")
          .AutoClose(false)
          .Placeholder("Write the name or email")
          .BindTo(Model.RecomendationList)
          .DataTextField("Invited")
          .DataValueField("Email")
    )

1 Answer, 1 is accepted

Sort by
0
Luis
Top achievements
Rank 1
answered on 18 Mar 2016, 07:51 PM
sorry I found the problem : (  I am using the multiselect
Tags
AutoComplete
Asked by
Luis
Top achievements
Rank 1
Answers by
Luis
Top achievements
Rank 1
Share this question
or