get updated property value in view form field
In the simple page I have a public property
I set it using the
But how to get
Tried
public int $strengthScore = 0;I set it using the
$set method.But how to get
strengthScore value in the ViewField after it is updated?Tried
$wire.$entangle in the x-data but it get only the initial value.