I have 2 input tags
Title:
<b-input
style="width: 50%"
v-model="value.title"
class="input-element"
placeholder="Title"
v-on:click="greet"
/>
Id:
<b-input
id="id"
style="width: 50%"
class="input-element"
placeholder="Id"
v-model="value.id"
/>
Whenever I write something in ,I want the value of input to be updated the same as value of title in lowercase.
TESTinto thetitleinput, it should be reflected in theidinput, but shown astest?