Hi,
I am trying to add domains to the editor widget's layer infos property. I can't seem to be able to make it work.
Here is a sample of what I am trying to do : https://codepen.io/mtrsklnkvMM/pen/rNNrYxd
The domain property doesn't seem to be doing anything.
I found the "problem". When coding your domains, you need to specify the type ("coded-value"), otherwise the _isDomainCompatible() function in the VM won't work. I guess I somehow believed it would "autocast".
domain:{ codedValues: [{code:'Yes',name:'Yes'},{code:'No',name:'No'}], type:"coded-value"}
I modified the pen above.
Any ideas? We'd really like to add domains (in code) when using the editor widget.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.