feat: searchable select dropdowns + updated levels
- Replace native select with custom searchable dropdown - Search matches word starts (type 'а' finds 'Анна' or 'Мария Андреева') - Search input shows for lists with 4+ options - Updated levels: Начинающий/Без опыта, Продвинутый Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ const DAY_ORDER: Record<string, number> = Object.fromEntries(
|
||||
|
||||
const LEVELS = [
|
||||
{ value: "", label: "Без уровня" },
|
||||
{ value: "Начинающий", label: "Начинающий" },
|
||||
{ value: "Начинающий/Без опыта", label: "Начинающий/Без опыта" },
|
||||
{ value: "Продвинутый", label: "Продвинутый" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user