nank1ro / flutter-shadcn-ui

shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
https://flutter-shadcn-ui.mariuti.com
MIT License
1.2k stars 71 forks source link

ShadSlider doesn't have a focus indicator #204

Open helightdev opened 2 days ago

helightdev commented 2 days ago

Steps to reproduce

Select a slider using Tab

Expected results

The official shadcn implementation draws a second circle arround the slider when selected.

Actual results

When selecting a slider using Tab, no indication is given that the slider is selected even though it can be manipulated.

shadcn_ui version

main

Platform

Web

Code sample

-

Screenshots or Video

What it should look like: Screenshot 2024-11-29 221842

Logs

No response

Flutter Doctor output

.

helightdev commented 2 days ago

I changed the thumb and slider state to draw an indicator like in the official shadcn implementation.