Keep in mind that the minimum pay rate for is
onFocus(e, `employees.${index}.pay_rate`)"
class="w-full rounded-3xl bg-secondary/30 border-0 p-3 text-midnight"
:class="{'border-red-300 text-red-900': errorFor(`employees.${index}.pay_rate`) }"
oninput="validateOnlyNumber(this)" />
onFocus(e, `employees.${index}.hire_date`)"
@blur="(e) => onBlur(e, `employees.${index}.hire_date`)"
class="w-full rounded-3xl bg-secondary/30 border-0 p-3 text-midnight"
:class="{'border-red-300 text-red-900': errorFor(`employees.${index}.hire_date`) }" />