Hi.
In the expmple:
className={${isValid && 'ion-valid'} ${isValid === false && 'ion-invalid'} ${isTouched && 'ion-touched'}
}
In case of isValid false or undefined there will be respective strings inside class property of the element. Not good.
Hi.
In the expmple:
className={${isValid && 'ion-valid'} ${isValid === false && 'ion-invalid'} ${isTouched && 'ion-touched'}
}
In case of isValid false or undefined there will be respective strings inside class property of the element. Not good.