mirror of
https://github.com/stashapp/stash.git
synced 2026-04-19 05:23:30 +02:00
* Keep creatable select input focused after creating a new item When onCreateOption fires, setLoading(true) sets isDisabled on AsyncCreatableSelect, which triggers a blur and the user loses focus. Remove isLoading from the isDisabled condition so the input stays interactive during the async creation; the loading spinner still shows. Fixes #3998 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Remove unused isLoading destructure in SelectComponent isLoading flows through via ...props spread in componentProps and no longer needs to be explicitly destructured. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Apply Prettier formatting to FilterSelect.tsx Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| login | ||
| v2.5 | ||
| ui.go | ||