{"id":21359175,"url":"https://github.com/mrinalraj/antd-select-infinte-scroll","last_synced_at":"2025-07-25T16:06:17.674Z","repository":{"id":39241945,"uuid":"237727705","full_name":"mrinalraj/antd-select-infinte-scroll","owner":"mrinalraj","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-05T07:13:14.000Z","size":5902,"stargazers_count":3,"open_issues_count":22,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T01:31:52.998Z","etag":null,"topics":["antd"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrinalraj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-02T06:14:06.000Z","updated_at":"2021-12-12T11:58:02.000Z","dependencies_parsed_at":"2023-02-03T17:15:32.732Z","dependency_job_id":null,"html_url":"https://github.com/mrinalraj/antd-select-infinte-scroll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrinalraj/antd-select-infinte-scroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalraj%2Fantd-select-infinte-scroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalraj%2Fantd-select-infinte-scroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalraj%2Fantd-select-infinte-scroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalraj%2Fantd-select-infinte-scroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrinalraj","download_url":"https://codeload.github.com/mrinalraj/antd-select-infinte-scroll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalraj%2Fantd-select-infinte-scroll/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267029407,"owners_count":24024199,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["antd"],"created_at":"2024-11-22T05:26:54.511Z","updated_at":"2025-07-25T16:06:17.650Z","avatar_url":"https://github.com/mrinalraj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# antd-select-infinte-scroll\n\n\u003e Infinite scrolling ant design select component\n\n[![NPM](https://img.shields.io/npm/v/antd-select-infinte-scroll.svg)](https://www.npmjs.com/package/antd-select-infinte-scroll) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## Install\n\n```bash\nnpm install --save antd-select-infinte-scroll\n```\n\n## Usage\n\n```jsx\nimport React, { Component } from 'react'\n\nimport MyComponent from 'antd-select-infinte-scroll'\n\nclass Example extends Component {\n\trender() {\n\t\treturn \u003cInfiniteScrollSelect style={{ width: '400px' }} data={data} hasMore={page \u003e 5 ? false : true} loadMore={this.getMoreData} /\u003e\n\t}\n}\n```\n\n# props\n\n| name         | type               | required | default | description                                                                         |\n| ------------ | ------------------ | -------- | ------- | ----------------------------------------------------------------------------------- |\n| **data**     | array (of objects) | true     | []      | array of dropdown data, each element must be object with properties `{label,value}` |\n| **hasMore**  | boolean            | false    | false   | if true data loaded on scroll                                                       |\n| **loadMore** | function           | true     | null    | function to get next data, please manage page number in this function               |\n\n## License\n\nMIT © [mrinalraj](https://github.com/mrinalraj)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinalraj%2Fantd-select-infinte-scroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrinalraj%2Fantd-select-infinte-scroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinalraj%2Fantd-select-infinte-scroll/lists"}