select_multiple Gray out other options

665
1
05-01-2019 09:18 AM
JordanMiller4
Occasional Contributor III

If I have a field with a select_multiple SymptomsChecker and someone selects "Other" how can I gray out the None choice from being selected?

SymptomCheckerHeadache
SymptomCheckerDizzy
SymptomCheckerNausea
SymptomCheckerOther
SymptomCheckerNone
0 Kudos
1 Reply
DougBrowning
MVP Esteemed Contributor

You cant but you can use a constraint to yell at them.  So like this If (selected = other, != None,1).

See more at my post here

https://community.esri.com/thread/191518-remove-an-entry-or-item-from-the-dropdown-list-after-it-has...