<b-form-textarea> won't update content when parent value changes
See original GitHub issueI 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:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks. I just updated to beta.6 and the issue went away.
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