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>