{"id":15759544,"url":"https://github.com/gartner/palustris-ra-react-select","last_synced_at":"2026-01-08T16:47:19.929Z","repository":{"id":36639694,"uuid":"228770301","full_name":"gartner/palustris-ra-react-select","owner":"gartner","description":"An input-component for React-admin, for use inside a ReferenceArrayInput. Has the ability to create new entries.","archived":false,"fork":false,"pushed_at":"2023-01-05T03:17:01.000Z","size":646,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-18T06:19:20.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/gartner.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":"2019-12-18T06:08:22.000Z","updated_at":"2020-01-30T16:11:39.000Z","dependencies_parsed_at":"2023-01-17T03:33:59.654Z","dependency_job_id":null,"html_url":"https://github.com/gartner/palustris-ra-react-select","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gartner%2Fpalustris-ra-react-select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gartner%2Fpalustris-ra-react-select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gartner%2Fpalustris-ra-react-select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gartner%2Fpalustris-ra-react-select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gartner","download_url":"https://codeload.github.com/gartner/palustris-ra-react-select/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443537,"owners_count":20778249,"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":[],"created_at":"2024-10-04T10:21:10.928Z","updated_at":"2026-01-08T16:47:19.892Z","avatar_url":"https://github.com/gartner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# palustris-ra-react-select\nAn input-component for React-admin, for use inside a ReferenceArrayInput. Has the ability to create new entries.\n\nThe component is based on [react-select](https://react-select.com/home).\n\nThe component will only work as expected if placed inside a `\u003cReferenceArrayInput\u003e`-component\n \n## Properties\n__isCreatable__ *(bool)* If true, you can enter a value that is not present in the choices, and it will be created in the resource from which the choices are taken from.\n\n__labelField__ *(string)* Name of the field that contains the label in choices. Defaults to 'label'.\n\n__valueField__ *(string)* Name of the field that contains the value in choices. Defaults to 'id'.\n\n## Notes\nThe material-ui theme used by react-admin has overflow: hidden, which in some cases will make some of the select-menu hidden, if the field is placed at the bottom of a form. This can be changed by customizing the theme:\n\n```typescript jsx\nimport { createMuiTheme } from '@material-ui/core/styles';\n\nconst myTheme = createMuiTheme({\n    overrides: {\n        MuiCard: {\n            root: {\n                overflow: \"overflow\",\n            },\n        },\n    },\n});\n\nconst App = () =\u003e (\n    \u003cAdmin theme={myTheme} dataProvider={}\u003e\n    \u003c/Admin\u003e\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgartner%2Fpalustris-ra-react-select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgartner%2Fpalustris-ra-react-select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgartner%2Fpalustris-ra-react-select/lists"}