Custom value with spaces (more than one word)

I have a problem with the MultiSelectDropdown when using custom values.

If I type a value with more than one word the chip displays fine but the value passed to the control only gets the first word. I found a workaround for this using single quotes as I show on my example.

Is there any solution for this?

Example:


<select name="BenefitsIncluded" aria-hidden="true" class="e-multi-hidden" tabindex="-1" multiple="true">
     <option selected="" value="more" than="" one="" word="">0</option>
     <option selected="" value="more than one word">1</option>
</select>

1 Reply

KR Keerthana Rajendran Syncfusion Team June 12, 2018 12:26 PM UTC

Hi Nuno,  
 
Sorry for the inconvenience. 
 
We were able to reproduce the issue in our end. We have fixed this issue internally and included in our Volume 2, 2018 release which will be rolled out by next week. You may also check our website periodically to know about our release schedule.  
 
Regards, 
Keerthana. 


Loader.
Up arrow icon