B4J Question [BANanoVuetifyAD3] SetData for Placeholder in VTextField does not work ?

Hi,

I have a probelm to set Placeholder in runtime.
I set this in abstract designer:
1631913605889.png


And set it like this
B4X:
VueComponent.SetData("a1placeholder", "Outer radius")

I will only get this:
1631913740441.png


And I cannot find a .Update??? for the placeholder.
Do anybody know if there is a solution for this ?
 
Top