0

enter image description here

I have a scenario and I will really appreciate any help. As shown in the image, I have only multiple select box on the left where there are numbers and on the right this is text box, what I want to do is, when ever user clicks on the house numbers, it should come to the right text-area box, and will be able to append the values, from the text area as well.

1 Answer 1

1

Get the selected value with the apropriate handler (@input, @change, etc.) and then push it in some array inside your data();

Finally, bind this variable with the right-hand text-area.

Obs: once you didn't show the code, I tried help you using high level steps.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you, it was easy with @change.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.