set active if value exists
This commit is contained in:
@@ -176,6 +176,8 @@ if (objControl) {
|
|||||||
label.value = toTitleCase(props.control);
|
label.value = toTitleCase(props.control);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inputActive.value = value.value.length > 0;
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => objControl.validation.result.valid,
|
() => objControl.validation.result.valid,
|
||||||
(newValue) => {
|
(newValue) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user