Placeholder in richselect and multiselect

2 issues, that I am having problems with.

I have 2 components: richselect and multiselect, both with placeholders: http://webix.com/snippet/aef5b545

  1. I cannot seam to find a way to set a “value” of a richselect, so that the placeholder is displayed. If I set “”, then the richselect will be empty, null/undefined causes errors. How do I “clear” a value of a richselect, so that the placeholder is shown?

  2. If you select some options in a multiselect, save, and then deselect all options - the multiselect is left empty, while, in my opinion - the placeholder must be shown. I assume this is a bug, but can you give advice on how to programatically set a “null” value to the multiselect, so that the placeholder will be shown.

As multiselect inherits from richselect, I assumed these two issues are connected.

Thank you in advance.

Hi Alexei,

Unfortunately, setValue does not allow show placeholder for richselect. We will correct this and include the fix into the next build.