Hi Isomorphic,
I am using the MultiComboBoxItem using an option datasource.
The values are case-insensitive and can be modified externally through an API.
If we end up with a value of A1, but the fetch using the option operation id returns value of a1, the form item displays no value. Doesn't seem to treat A1 as a match to a1.
I don't want to allow unknown values, and can't seem to find another option that applies here, and I already thought everything defaulted to case-insensitive.
Can you suggest anything here?
Thank you
I am using the MultiComboBoxItem using an option datasource.
The values are case-insensitive and can be modified externally through an API.
If we end up with a value of A1, but the fetch using the option operation id returns value of a1, the form item displays no value. Doesn't seem to treat A1 as a match to a1.
I don't want to allow unknown values, and can't seem to find another option that applies here, and I already thought everything defaulted to case-insensitive.
Can you suggest anything here?
Thank you
Comment