Hi, I tried to fix some IntelliJ warnings by returning not a List<String> for a select model, but rather a SelectModel created using the SelectModelFactory.create method. The method takes two parameters. If I give a List<String> as the objects, what labelProperty do I have to set then?
Regards, Daniel