-
-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change display value when editing form? #767
Comments
Maybe this previous issue with help #521 |
@ckosloski The user case is different. In my case, I want to change the The real case is like this: For example: I guess I could use |
Try this demo |
@ckosloski Demo |
Are you referring to the error message |
No, I changed the link several times, it should be this demo. |
This seems to work |
@ckosloski Thanks you, it works! |
I have a dropdown and a text input, when editing, I want to change the text of the input if dropdown is changed.
[some text] => I want to change view value of this input
[dropdown] => if a new option is selected
I tried to set
editableForm['name of input']['$viewValue']
or seteditableForm.$data['name of input']
, but didn't work.Here's the demo.
The text was updated successfully, but these errors were encountered: