Skip to content

fix(components): Input component time should update with onChange

Pierre Ecarlat requested to merge fix/component/update-time-input into dev

Related to #530 (closed)

What does this MR do and why?

  • Update the 'time' variant of the input component so each hour can have separated statuses
  • Update the validateForm so we don't loose the focus on the input when it is valid (try to change 8:00 by 8:30 on a valid form)
  • Refacto, error wasn't used, nor ngOnDestroy

Screenshots or screen recordings

image

Edited by Pierre Ecarlat

Merge request reports