Level 8
You should be using v-model. https://vuejs.org/v2/guide/forms.html#Text
Hello ,
I would like to change the input value but I dont know how to access it ?
when I console this :
console.log(this.$refs.allMembers.$el);
it returns me :
<div data-v-5ea704dc="" class="VueTables VueTables--client">
<div class="row">
<div class="col-md-12">
<div class="form-group form-inline pull-left VueTables__search">
<div class="VueTables__search-field">
<label for="VueTables__search_xUsZ0" class=""></label>
<input type="text" placeholder="Search query" id="VueTables__search_xUsZ0" class="form-control ">
....
I need to change the Input value
Please or to participate in this conversation.