hide option

0
hello  i need hide the first option (Vazio) = (empty) because i only have 2 options in enumaration. How i can do?
asked
2 answers
2

You can find an SCSS  solution as well as a Javascript solution in this forum post: https://forum.mendix.com/link/questions/85644

answered
0

Hi Pedro,

1)If you are using Reference selector then use X-Path Constraint   [Name  !=  ‘(vazio)’]

2)If that is ENUM then use DynamicEnumPicker Widget to hide option. https://marketplace.mendix.com/link/component/111237 

 

 

 

answered