Skip to content

Added default disabled select option

Jochem de Goede requested to merge 37-default-room-should-be-emtpy into development

Closes #37 (closed)

Unfortunately, Thymeleaf contains an issue where you cannot use th:field together with th:selected. It turns out wrapping the elements in div tags solves this problem, but yes this is an ugly work-around. See: https://stackoverflow.com/questions/24203220/thselected-a-number-in-a-select-option-with-thymeleaf-doesnt-work

Edited by Jochem de Goede

Merge request reports