I copied your verison and it actually is exactly the same as mine and doesnt work.
I do have
.Filterable(f => f.Operators(m => m.ForString(n => n.IsEqualTo("Jafngilt")
.EndsWith("Lýkur með")
.IsEmpty("Er tómt")
.IsNotEmpty("Er Ekki tómt")
.IsNotEqualTo("Er ekki jafngilt")
.IsNotNull("Er ekki null")
.IsNull("Er null")
.StartsWith("Hefst með")
.Contains("Inniheldur")
.DoesNotContain("Inniheldur ekki")
)))
later in the code, but that should affect it. I tried contains and Contains it still doesnt select that item from the dropdownlists.
any ideas ?
there are no errors, just selects the first one.
Regards,
Emil