Use <input type="month"> instead of type="date" and bind lookDate as a String. Then manually parse it to LocalDate with day 01 appended. This avoids binding errors.
<input type="month">
type="date"
lookDate
String
LocalDate
01