logoalt Hacker News

Just Let Me Write Digits

63 pointsby brandon_bottoday at 5:57 AM18 commentsview on HN

Comments

moringtoday at 11:43 AM

> So statistically speaking I’m surprised that this bug hasn’t been noticed and fixed yet!

I'm not so surprised, given that you cannot write support tickets if the bug prevents you from registering...

Also, I don't think people have high hopes that a broken government website will ever get fixed.

soneiltoday at 10:58 AM

I'm curious if there's a reason this six-cell mechanism has become the defacto?

It seems this should just be a single input field styled appropriately, but it feels like there must be an underlying reason I'm missing.

show 3 replies
theolitoday at 11:19 AM

I have two products in the wild with PIN entry for kiosk users that have a regular text input field. I have been asked if it could be the typical single digit boxes thing like this, but _never_ by the actual kiosk users. The kiosk users don’t celebrate my input type choice either. It just goes to show that most users won’t even see the details unless they are impacted by those choices.

kleiba2today at 9:27 AM

Reading this makes me feel like we have not learned any lessons at all in software engineering and UI design since the 1980s.

show 1 reply
Retr0idtoday at 11:29 AM

Another peeve I have with this type of input is when entering the last digit automatically submits the form. Once I fat-fingered the last digit and was about to hit backspace, but it was too late, the form submitted and verification failed. I had to wait an excruciating amount of time for the SMS send rate limit to expire before I could try again (I no longer remember which service this was for).

pjc50today at 9:37 AM

Web developer classic: use Javascript to replace the native, working, internationally supported standard inputs with a different input mechanism that doesn't work.

(saving you a click: AZERTY has digits on the shift key, and for some reason the JS is handling raw keys rather than processed characters)

show 1 reply
janewaytoday at 11:15 AM

On their website, when I enter a digit, the cursor advances to the next input box automatically. Deleting a digit with backspace also jumps back to the previous box. Seems to work perfectly for me. Maybe fixed since yesterday?

show 1 reply