Pre selected value on server search #166
-
Is there any way to set a preselected value on server search? Right now I am not able set the pre-selected value on server search virtual select element. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@hassanjrao as of now, this feature is not available. I will implement it in the future release. |
Beta Was this translation helpful? Give feedback.
-
@hassanjrao we need list of options to select value, so that we can display the selected option's label. To prefill value, set |
Beta Was this translation helpful? Give feedback.
@hassanjrao we need list of options to select value, so that we can display the selected option's label.
To prefill value, set
options
(atleast selected option's only) andselectedValue
properties while initiating the plugin.