angular-code-input icon indicating copy to clipboard operation
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 +

Results 35 angular-code-input issues
Sort by recently updated
recently updated
newest added

On real device(Ionic app), if the cursor is before character the input field is not deleted. In browser it's working fine. ![for_github](https://user-images.githubusercontent.com/7037149/85225240-6068a500-b3d8-11ea-9962-6ea1136399b8.gif)

investigating
await feedback

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...

enhancement

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Hi, is it possible to include placeholder support as shown below? Current workaround is to use javascript and target each input to inject placeholder. ![Screenshot 2023-05-25 at 2 10 54...

enhancement

When we click on the back button, we do not see that the element is selected. This pull-request aim to correct that |Before|After| |---|---| |![image](https://github.com/AlexMiniApps/angular-code-input/assets/44493964/896b7ebb-389f-4040-a82a-43bf6b33e2ec)|![image](https://github.com/AlexMiniApps/angular-code-input/assets/44493964/e9c91ac8-f1e4-4e3b-9bfd-635041adeec8)|

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...

investigating

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...

investigating