{"id":24433285,"url":"https://github.com/codemyst/select","last_synced_at":"2026-01-28T05:56:07.308Z","repository":{"id":51082368,"uuid":"370148618","full_name":"CodeMyst/select","owner":"CodeMyst","description":"custom select component with filtering for svelte","archived":false,"fork":false,"pushed_at":"2021-05-28T14:41:43.000Z","size":50,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T00:41:30.978Z","etag":null,"topics":["svelte"],"latest_commit_sha":null,"homepage":"https://select.myst.rs","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeMyst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-23T20:14:04.000Z","updated_at":"2022-05-05T17:40:17.000Z","dependencies_parsed_at":"2022-08-20T03:10:44.937Z","dependency_job_id":null,"html_url":"https://github.com/CodeMyst/select","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMyst%2Fselect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMyst%2Fselect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMyst%2Fselect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMyst%2Fselect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeMyst","download_url":"https://codeload.github.com/CodeMyst/select/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246254146,"owners_count":20747949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["svelte"],"created_at":"2025-01-20T16:34:19.187Z","updated_at":"2026-01-28T05:56:07.238Z","avatar_url":"https://github.com/CodeMyst.png","language":"Svelte","readme":"# select\n\ncustom select component with filtering and full keyboard support for svelte.\n\ncheck out the demo at https://select.myst.rs\n\nget the package at https://www.npmjs.com/package/select.myst\n\n## usage\n\n```svelte\n\u003cscript lang=\"ts\"\u003e\n\n    import { Select } from \"select.myst\";\n\n    const data1: [String, String][] = [\n        [\"vim\", \"Vim\"],\n        [\"vscode\", \"Visual Studio Code\"],\n        [\"sublime\", \"Sublime Text\"],\n        [\"atom\", \"Atom\"],\n        [\"emacs\", \"Emacs\"],\n        [\"npp\", \"Nodepad++\"],\n        [\"gedit\", \"Gedit\"],\n        [\"joe\", \"Joe\"],\n        [\"nodepad\", \"Notepad\"],\n        [\"nano\", \"Nano\"],\n        [\"micro\", \"Micro\"]\n    ];\n\n    // preselect an option\n    let lang: [String, String] = data1[7];\n\n\u003c/script\u003e\n\n\u003cSelect id=\"text-editor\"\n        label=\"what is your favourite text editor?\"\n        options={data1}\n        bind:selectedValue={lang} /\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemyst%2Fselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemyst%2Fselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemyst%2Fselect/lists"}