vue-otp-input icon indicating copy to clipboard operation
vue-otp-input copied to clipboard

Adds alphanumeric support and v-model support

Open TheSinding opened this issue 4 years ago • 2 comments

This adds support for using v-model instead of listening for on-complete. It also adds support for using alpha numeric input, where as before it was only numeric.

Then I did some code simplifying hope that is okay. Instead of using a boolean to add the last separator, it uses a CSS attribute ex. Removes the default value of the separator, as per your documentation

TheSinding avatar May 18 '20 13:05 TheSinding

You can use it if you want :)

TheSinding avatar May 18 '20 13:05 TheSinding

Thanks for your contribution :D Love it. I'm going to review your pull this week.

bachdgvn avatar Jun 16 '20 15:06 bachdgvn