Closed ZDenizYStenhaug closed 2 years ago
The offer creation form. The user must enter the required information. related requirements: 50-63
the magical line that solved my days old misery: <input type="datetime-local" th:field="*{date}"/>
<input type="datetime-local" th:field="*{date}"/>
added the full offer creation logic with the validations except the geolocation.
The offer creation form. The user must enter the required information. related requirements: 50-63