{"id":18990835,"url":"https://github.com/ablypl/lari-select","last_synced_at":"2026-04-14T06:30:21.418Z","repository":{"id":143726640,"uuid":"70682235","full_name":"ablypl/lari-select","owner":"ablypl","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-22T15:16:35.000Z","size":16,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T16:50:42.445Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/ablypl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-12T09:02:10.000Z","updated_at":"2020-02-14T09:39:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"713bb175-92be-49b5-9724-b51f11d6cf65","html_url":"https://github.com/ablypl/lari-select","commit_stats":null,"previous_names":["ablydev/lari-select"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablypl%2Flari-select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablypl%2Flari-select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablypl%2Flari-select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ablypl%2Flari-select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ablypl","download_url":"https://codeload.github.com/ablypl/lari-select/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240002229,"owners_count":19732165,"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-11-08T17:11:50.969Z","updated_at":"2026-04-14T06:30:21.358Z","avatar_url":"https://github.com/ablypl.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lari Select\n\nSelect component for vuejs [Demo] (http://select.lari.pl/)\n\n\n\n\n## Installation\n\n```\n$ npm install lari-select --save\n```\n\n## Examples\n\n### Single Select\n\n```vue\n\u003ctemplate\u003e\n    \u003clari-select\u003e\u003c/lari-select\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\n    import { LariSelect } from 'lari-select'\n    export default {\n        components: {\n            LariSelect\n        }\n    }\n\u003c/script\u003e\n```\n\n### Multiple\n\n```vue\n\u003ctemplate\u003e\n    \u003clari-multiselect\u003e\u003c/lari-multiselect\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\n    import { LariMultiselect } from 'lari-select'\n    export default {\n        components: {\n            LariMultiselect\n        }\n    }\n\u003c/script\u003e\n```\n\n## Docs\n\n#### Single selected\n\nAvailable props:\n* **url: { default: '/tags'}** - url for remote results and store new records (RESTFul Resource)\n* **field: { default: 'name' }** - variable from object to display. Eg. If your object looks like **{ id: 1,  title: \"test title\" }** you should change it into 'title';\n* **name: {}** - input field name. For multiple select its an array, so you dont need to include '[]'\n* **return: { default: 'id'}** - field to return to input as a value\n* **resources: { default: false }** - available options. Array of objects. You should define it when you don't want to query remote data.\n* **selected : {}** - current item. For single select provide an object, for multipleselect provide an array of ids\n* **withcreate: { default: true }** - allow users to create new resources.\n* **labels: {}** - Provide an object of labels. Eg. { placeholder: \"Select new element\" }. Available options:\n    * Single select\n        * placeholder: default **\"Select element\"**\n    *Multiple select\n        * add: default **\"Add tags\"**,\n        * clear: default **\"Clear tags\"**,\n        * delete: default **\"Delete all elements?\"**,\n        * yes: default **\"Yes\"**,\n        * no: default **\"No\"**\n    * General:\n        * typeText: default **\"Type element name\"**,\n        * create: default **\"Create\"**,\n        * no_resuts: default **\"No results\"**,\n        * search: default **\"Search**\"        \n\n\n\n## Badges\n\n![](https://img.shields.io/badge/license-MIT-blue.svg)\n![](https://img.shields.io/badge/status-stable-green.svg)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fablypl%2Flari-select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fablypl%2Flari-select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fablypl%2Flari-select/lists"}