Skip to content

Commit

Permalink
fix: feedback from gh issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ejirocodes committed Mar 28, 2023
1 parent 220f13e commit 71cd390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ app.component('v-otp-input', VOtpInput).mount('#app')
separator="-"
:num-inputs="4"
:should-auto-focus="true"
:is-input-num="true"
input-type="letter-numeric"
:conditionalClass="['one', 'two', 'three', 'four']"
:placeholder="['*', '*', '*', '*']"
@on-change="handleOnChange"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-otp-input",
"version": "0.4.0",
"version": "0.4.1",
"description": "A fully customizable, OTP (one-time password) input component built with Vue 3.x and Vue Composition API.",
"author": "Ejiro Asiuwhu <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/vue3-otp-input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default /* #__PURE__ */ defineComponent({
</script>

<template>
<div style="display: flex">
<div style="display: flex" class="otp-input-container">
<!-- To turn off autocomplete when otp-input is password-->
<input
v-if="inputType === 'password'"
Expand Down

0 comments on commit 71cd390

Please sign in to comment.