Declined
Last Updated: 30 Jan 2023 14:01 by Steven

Editor components like the pickers, textboxes, etc. use an internal <input> element while submitting to get their value from. This value shows up in form.serialize() even when no value selected/provided.

Declined
Last Updated: 16 Dec 2021 12:05 by ADMIN
Created by: Imported User
Comments: 0
Category: MultiSelect
Type: Feature Request
6
In Angular we want to lazy initiate the options of a multiselect. After angular loads the multiselect directive, the control does not react on changing the k-options variable. If I recall, it should be solved when the control supports the setOptions method, like Kendo UI Grid.