Unsupport time input on Android
Symptom: time selector from Android always be validated as an error. Solution: add pattern=”[0-9]{2}:[0-9]{2}” attribute on to time input. Explanation from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time