2025-02-07
3052
#javascript
Chizaram Ken
200820
116
Feb 7, 2025 â‹… 10 min read

How to improve UX with a scroll-select box

Chizaram Ken I am a frontend technology enthusiast, intrigued by frameworks and how they work, presently specializing in React, and would love to teach on any topic under it.

Recent posts:

is OpenNext really the key to Next.js portability

Is OpenNext really the key to Next.js portability?

There’s been major controversy surrounding Next.js’s openness. Discover how OpenNext is addressing the bubbling issue of Next.js portability.

Elijah Asaolu
Apr 30, 2025 â‹… 5 min read

Solid series: Single Responsibility Principle (SRP)

By using SRP, developers can produce code that is easier to debug, test, and extend, making it clearer, more maintainable, and scalable.

Oyinkansola Awosan
Apr 30, 2025 â‹… 8 min read
axios post requests

Axios POST requests: Handling errors, authentication, & best practices

Learn about the Axios POST method and discover how to deploy it in vanilla JavaScript and frameworks like React.

Chimezie Innocent
Apr 29, 2025 â‹… 16 min read
creating server-driven web apps with htmx

Creating server-driven web apps with htmx

Explore htmx, a small browser-oriented JavaScript library aimed at building no-nonsense, server-driven web apps.

Elijah Asaolu
Apr 29, 2025 â‹… 16 min read
View all posts

One Reply to "How to improve UX with a scroll-select box"

  1. Very very nice. I have a feeling it would feel better to be able to use the mouse wheel to scroll up and down if the drop down is open and the pointer is just a little bit away from the selection. At the moment you need to move pointer back over dropdown. Other solution would be to change color slightly when mouse is not on dropdown.

Leave a Reply