ui-material-components icon indicating copy to clipboard operation
ui-material-components copied to clipboard

MDTextField data-bound hint not reflecting on value update

Open kdomingo opened this issue 2 years ago • 6 comments

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?

  • Android

Please, provide the following version numbers that your issue occurs with:

  • All latest

Please, tell us how to recreate the issue in as much detail as possible.

Bind a string property to [hint] and change.

kdomingo avatar Jun 20 '22 05:06 kdomingo

@kdomingo you ll have to give a little it more thann this, like a sample code. Or even better a repro example project

farfromrefug avatar Jun 20 '22 09:06 farfromrefug

@kdomingo you ll have to give a little it more thann this, like a sample code. Or even better a repro example project

< MDTextField #emailPhoneField 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"> </MDTextField>

kdomingo avatar Jun 20 '22 10:06 kdomingo

same issue, hint doesn't work with interpolation too

R-chie avatar Sep 18 '22 15:09 R-chie

@kdomingo @R-chie so you are saying first value gets set but when you try to change it it does not update?

farfromrefug avatar Sep 18 '22 15:09 farfromrefug

@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 avatar Sep 18 '22 16:09 R-chie

@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

farfromrefug avatar Sep 20 '22 11:09 farfromrefug