EasyUI Forum

General Category => Bug Report => Topic started by: acreonte82 on January 16, 2017, 02:02:35 PM



Title: TagBox and Enter Key
Post by: acreonte82 on January 16, 2017, 02:02:35 PM
Hello to all,
i want to report a particular bug, if it is, in tagbox:
i read the Demo and try to use it : type a part of a word and I try to press the enter key to have the entire word searched.
I mean: if I type "oran" and the tagbox display the entire word, if I press the "enter key" I want to see the entire work on tagbox, but nothing happened .

Can you explain if is possibile to do this?

Thanks in advance


Title: Re: TagBox and Enter Key
Post by: stworthy on January 16, 2017, 05:41:53 PM
You can turn on the autocomplete on the inputing box by calling this code:
Code:
$('#t1').tagbox('textbox').attr('autocomplete', 'on');


Title: Re: TagBox and Enter Key
Post by: acreonte82 on January 18, 2017, 02:39:07 AM
Sorry stworthy but if i put your suggestion and I try to type the first 3 letters and then I press Enter Key, nothing happened..


Title: Re: TagBox and Enter Key
Post by: stworthy on January 18, 2017, 07:32:00 AM
Please show an example to demonstrate your issue.