Enumeration

1
How to hide a value in dropdown using Javascript? Scenario: I have values 0,1,2,3 in dropdown  I want to hide 3 only ,, how can I achieve this ? Thanks In Advance
asked
2 answers
1

Is it a must to do it using JavaScript? You can easily filter out values if you use the DynamicEnumPicker from the marketplace.

answered
1
  1. Go to marketplace in studio pro
  2. Download widget  https://marketplace.mendix.com/link/component/111237/ITvisors/DynamicEnumPicker
  3. RTFM
  4. Implement
answered