<input class="otp-number-login"
input-classes="otp-number-login" type="password" placeholder="-" />
<input class="otp-number-login"
input-classes="otp-number-login" type="password" placeholder="-" />
<input class="otp-number-login"
input-classes="otp-number-login" type="password" placeholder="-" />
<input class="otp-number-login"
input-classes="otp-number-login" type="password" placeholder="-" />
<v-otp-input
ref="otpInput"
input-classes="otp-number-login"
separator=""
:num-inputs="4"
:should-auto-focus="true"
:is-input-num="true"
input-type="password"
@on-change="handleOnChange"
@on-complete="handleOnComplete"
/>
Reference from https://www.npmjs.com/package/@bachdgvn/vue-otp-input
I am having otp input field, So in the middle of each input field, I want place "-".
("-" is prefilled in otp field,before entering otp )