DevilsAutumn / Opensource-init

Repository made for first time contributors.
Apache License 2.0
4 stars 23 forks source link

[Web- html,css,javascript] Allow only numbers in input field #18

Closed kunal00000 closed 1 year ago

kunal00000 commented 1 year ago

Title Allow only number keys in code input

Project link https://github.com/DevilsAutumn/Hacktoberfest22/tree/main/Web/Html%2CCSS%2CJavascript/verify-account-ui

Domain Add 'x' inside [ ] to cross check box.

Please describe your feature. Code verification input boxes are allowing keys other than number also. It should not take input other than number key.

Describe the solution you'd like NA

Additional context May I solve this issue.

kunal00000 commented 1 year ago

please assign me this issue.

DevilsAutumn commented 1 year ago

What keys is it allowing except numbers?

kunal00000 commented 1 year ago

its allowing all keyboard keys moreover focus is moving forward only on number keys but it doesn't looks nice if any other key shows up inside code verification.

kunal00000 commented 1 year ago
Screenshot 2022-10-04 at 3 39 17 PM
DevilsAutumn commented 1 year ago

okay go ahead.

nikita812 commented 1 year ago

hello, I have solved this using js. Please align me with this

DevilsAutumn commented 1 year ago

@nikita812 hey, please don't work on the issues which are already assigned to someone. Assignment is made to prevent multiple people working on the same issue. If someone who is already working on a issue failed to do so or doesn't response for a while then it is assigned to someone else.