Wrong Value Data in Autocomplete

Hello,
The value bound to the Autocomplete component is bugged if it contains spaces. I tested it locally and this also happens in your sample documentation (see picture). It works but if you try to post the value, you only get "Alice" instead of "Alice Mutton".

I solved by Url encoding the "value" field for the autocomplete so that I get:
<option value="Alice%20Mutton">Alice Mutton</option>

Thank you,
Daniele

1 Reply

KR Keerthana Rajendran Syncfusion Team April 9, 2018 09:50 AM UTC

Hi Daniele, 
 
Thank you for contacting Syncfusion Support. 
 
We were able to reproduce the issue in our end and we have logged defect report for the same. This fix will be included in our patch release on April 17, 2018. 
 
Regards,                                                                      
Keerthana. 
 


Loader.
Up arrow icon