Reference selector - selectable objects bug?

0
Hello, I have a reference selector where I have constrained the selectable objects. It shows the correct alternatives but it wont accept the input = it reverts to blank. I've tried with both xpath and built in selectable objects. Is this a bug in Mendix 7.2 or am I missing something? --- update --- The entity has to attributes String Enum The enum has two possible values (for now). I set the constraint on the enum. The reference selector display the String. Access rights, it works fine without the constraint. ----   // :) Fredrik
asked
1 answers
1

Indeed, it would be useful to see the constraint.

Most common error people make is not including the selected value in the returned list. Eg if you want to show values that have not been selected before, once you select a value, it is selected and thus not allowed anymore

answered