Recently I’ve been trying to create a webform with quite a lot of variants for fixed amount of recurring users. The problem I am facing is whenever I try to override a webform_autocomplete component’s autocomplete_items value within the variant with an existing webform option, I do not get the desired result. Instead I get whatever the autocomplete_items is selected in the main form. I can override pretty much everything else but this is the critical part for my use case. The YAML method is as follows:
subject_code_entry_point: '#multiple': 10 '#multiple__empty_items': 10 '#autocomplete_items': foo_option_codes
The naming scheme for options, if important, goes like this:
foo_option_codes bar_option_codes foo_anotheroption_codes bar_anotheroption_codes
I would appreciate any kind of help you guys can provide.
Thanks in advance.