Hi,
Using vue3, I've put ejs-textbox in separate vue template, like this:
<template>
<ejs-textbox
floatLabelType="Auto"
:name="name"
:id="name"
cssClass="e-outline mb-0"
:placeholder="placeholder"
v-model="value"
></ejs-textbox>
</template>
Props, are value, placeholder and name, like it's seen on above code.
So HTML, holds initial value, and chrome.vue debugger shows the new value.
I've even created a watcher on i18n.lang property and then manually changed (in watcher) the label (inner html), but when control is finished rendering, the placeholder value has been returned to the one initially set.
Attachment:
Pictures_adfcd5d0.zip