JSFiddle - React, Tailwind, and code Playground
by Shree Khanal
HTML
<div ng-click="showModalViewFirst()">
Password<br>
<input maxlength="60" type="password" >
</div>
JavaScript
function showModalViewFirst() {
alert("asd");
}
by Shree Khanal
<div ng-click="showModalViewFirst()">
Password<br>
<input maxlength="60" type="password" >
</div>
function showModalViewFirst() {
alert("asd");
}