Hacker News new | ask | show | jobs
by Traubenfuchs 3345 days ago
When opening the minute selection dropdown and the selecting time with the dial the dropdown disappears on mouseup instead of mousedown. The same happens when using the hour drop down. I think it should disappear once you mousedown on the dial.

Using the dial, you can sometimes start selecting or even drag/dropping some parts of the page. Use the css property user-select to prevent users from selecting visual elements that should not be selected. No one is ever going to want to select the text on your AM / PM buttons, so don't make it selectable.

Do people really prefer this over two infinite spinning number selection dials (one for the minute, the other for the hour) like on iOS?