Open kdomingo opened 2 years ago
@kdomingo you ll have to give a little it more thann this, like a sample code. Or even better a repro example project
@kdomingo you ll have to give a little it more thann this, like a sample code. Or even better a repro example project
< MDTextField
id="email-phone-field"
width="80%"
variant="outline"
strokeRadius="24"
strokeColor="#09A9F4"
strokeInactiveColor="#808080"
placeholderColor="#808080"
floating="false"
minHeight="80"
fontSize="16"
borderRadius="24"
**[hint]="viewModel.hint"**>
same issue, hint doesn't work with interpolation too
@kdomingo @R-chie so you are saying first value gets set but when you try to change it it does not update?
@farfromrefug value sets only if
hint="enter your value..."
[hint]="placeholderInputValue"
- doesn't work, placeholder not visible
hint="{{placeholderValue}}"
- doesn't work, placeholder not visible
@R-chie ok really weird would say it has nothing to do with the plugin. Reactivity is handled in N core. I ll check if i can reproduce in vue
Make sure to check the demo app(s) for sample usage
Make sure to check the existing issues in this repository
If the demo apps cannot help and there is no issue for your problem, tell us about it
MDTextField data-bound hint not reflecting on value update
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Bind a string property to [hint] and change.