JSFiddle - React, Tailwind, and code Playground
by bairog
HTML
<input type="date" id="myInput1" onchange="document.getElementById('myInput2').value = this.value;" placeholder="type something then tab out" />
<input type="date" id="myInput2" />
by bairog
<input type="date" id="myInput1" onchange="document.getElementById('myInput2').value = this.value;" placeholder="type something then tab out" />
<input type="date" id="myInput2" />