Björn Landmesser

Results 2 issues of Björn Landmesser

https://github.com/TheCoder4eu/BootsFaces-OSP/blob/4678f401998430f4386f6c347037c3c3d6a1bdfa/src/main/java/net/bootsfaces/component/dateTimePicker/DateTimePickerRenderer.java#L318 should be ``dtp.isIconSolid());`` instead (like in the code for iconPosition left)

I am using a `DateTimePickker` with a bound `LocalDate` value and a corresponding Converter. The Converter is typed, i.e. implements `Converter` not just `Converter` using `Object`. The field is also...