angular-code-input
angular-code-input copied to clipboard
Code (number/chars/otp/password) input component for angular 7, 8, 9, 10, 11, 12+ projects including Ionic 4, 5 +
On real device(Ionic app), if the cursor is before character the input field is not deleted. In browser it's working fine. 
Hi, in the application that we currently use this library in, we use it to input codes with the regex pattern of `/^[0-9a-zA-Z]{6}$`, however, this library only allows enforcing of...
1. Updated angular to the latest version 2. Updated the package.json version to `v17.0.0` so that it follows angular's one (easier to see ;)
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Hi, is it possible to include placeholder support as shown below? Current workaround is to use javascript and target each input to inject placeholder. ||
I've added a tester to the app. When pulling the code, we're now able to `ng s` to be able to test it out. I'll be glad to create a...
Fix the following issue: https://github.com/AlexMiniApps/angular-code-input/issues/90
Hey, I work for a large company, and our accessibility team suggested that this component act more like a single input because it captures one value. I tried to write...
I'm unable to style the input (specifically `color` and `font-weight`). As can be seen on the images below. I do correctly set the `--color` and `--item-font-weight` variables, yet these are...