question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

<b-form-textarea> won't update content when parent value changes

See original GitHub issue

I have following in the form

<b-form-textarea v-model="selected.desc"></b-form-textarea>

The selected object gets changed when user select from a list with different .desc parameter, but <b-form-textarea> doesn’t seem to be watching for the value change made in parent.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
soichihcommented, Aug 30, 2017

Thanks. I just updated to beta.6 and the issue went away.

1reaction
tmorehousecommented, Aug 24, 2017

Found the issue. Fixed by commit https://github.com/bootstrap-vue/bootstrap-vue/commit/aeb11be9e26903263f95d5c28948561f5e7753a8 and will be available in release v1.0.0.beta.6

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap on change textarea not updating - vue.js
I'm trying to get the name and value of my Bootstrap Vue textarea on change, it doesn't ...
Read more >
textarea: object property value cannot be changed (input ...
I have a component that has multiple inputs that each bind to different object properties. The value in my form is coming from...
Read more >
Set Control Value/Text OnChange - Power Platform Community
Solved: Could we please have the ability to set a control value based on the change of another control? Example: TEXTBOX1: Enter your...
Read more >
Creating forms from models - Django documentation
If a given instance's data didn't change in the bound data, the instance won't be saved to the database and won't be included...
Read more >
Using HTML and contenteditable to build a rich text editor
There are several different methods to build rich text editors – one of them is using the contenteditable attribute, which allows you to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found