In a very basic application of the MultiComboInput I’m getting the messages shown below in the following situation:
1 – Select one or more options in the drop down list of the MultiComboInput.
2 – Using the checkboxes in the drop down list, unselect the options marked in step 1.
3 – When the last option is unselected, the component throws the messages.
Important: If you unselect the options using the “X” in the tokens, there is no problem.
This test may be conducted with the exemple at https://www.htmlelements.com/demos/input/multi-combo-input/ using the Google Chrome or Opera browsers and the messages tracked in the developer console.
I would like to know if there is a way to avoid these messages.
Regards,
<span style=”text-decoration: underline;”>Messages:</span>
- Invalid ‘value’ property value type! Actual type: ‘undefined’, Expected type: ‘string’!
- Uncaught Invalid ‘value’ property value type! Actual type: ‘undefined’, Expected type: ‘string’!