Add a select field, with a JetEngine Terms Query as source (term_id as value, name as label)
Enable Multiple selection on the field
Add a record into the CCT and set value for the select field
Prepare JetForm
Create an edit form for the CCT (setup post_id field ...)
Add a select field to the form and choose the same terms query than the CCT as values source (Generate Dynamically > Get Values list from JetEngine Query )
Enable 'Is Multiple', 'Use Autocomplete' and 'Loading via AJAX' options
Set preset for the select field with the corresponding select field in the CCT
Issue:
The preset values are not populated into the JetForm select field. The select options are not populated with presets values at form loading.
Expected behavior:
The select field preset should be shown even if AJAX mode is enable.
Here is an issue with autocomplete select field.
Step to reproduce:
Issue: The preset values are not populated into the JetForm select field. The select options are not populated with presets values at form loading.
Expected behavior: The select field preset should be shown even if AJAX mode is enable.