{"id":20282044,"url":"https://github.com/matej-ch/editable-form-elements","last_synced_at":"2026-03-05T20:16:07.527Z","repository":{"id":45682675,"uuid":"264934775","full_name":"Matej-ch/editable-form-elements","owner":"Matej-ch","description":"Editable form elements that are activated by clicking on text","archived":false,"fork":false,"pushed_at":"2022-07-23T11:10:53.000Z","size":1102,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T07:34:47.466Z","etag":null,"topics":["editable","input","select","vuejs-components","vuejs3"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/Matej-ch.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-05-18T12:37:08.000Z","updated_at":"2022-07-14T22:24:59.000Z","dependencies_parsed_at":"2022-08-12T12:00:37.386Z","dependency_job_id":null,"html_url":"https://github.com/Matej-ch/editable-form-elements","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/Matej-ch%2Feditable-form-elements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matej-ch%2Feditable-form-elements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matej-ch%2Feditable-form-elements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matej-ch%2Feditable-form-elements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Matej-ch","download_url":"https://codeload.github.com/Matej-ch/editable-form-elements/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241774470,"owners_count":20018278,"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":["editable","input","select","vuejs-components","vuejs3"],"created_at":"2024-11-14T14:07:57.508Z","updated_at":"2026-03-05T20:16:05.425Z","avatar_url":"https://github.com/Matej-ch.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Editable form elements for vue js 3\n\n### Editable input\n\n**_Available props_**\n\n```\nvalue -\u003e value of input\ntype -\u003e type of input\nname -\u003e name of input send in posted event\nempty-value -\u003e Custom value (string) to show when no `value` prop is set\nshow-input -\u003e Boolean value, whether to show value or input on load\n```\n\nExample\n\n```html\n\n\u003ceditable-input\n    :default-show-input=true\n    value=\"editable value\"\n    name=\"price\"\n/\u003e\n```\n\n---\n\n### Editable select\n\n**_Available props_**\n\n```\nvalue -\u003e value of input\noptions -\u003e Select options object\nname -\u003e name of input send in posted event\nempty-value -\u003e Custom value (string) to show when no `value` prop is set\nshow-input -\u003e Boolean value, whether to show value or input on load\n```\n\nExample\n\n```html\n\n\u003ceditable-select\n    value=\"SK\"\n    :default-show-input=false\n    :options=\"{SK:'Slovakia',CZ:'Czech republic',PL:'Poland'}\"\n    name=\"price\"\n/\u003e\n```\n\n---\n\n### Editable textarea\n\n**_Available props_**\n\n```\nvalue -\u003e value of input\nname -\u003e name of input send in posted event\nempty-value -\u003e Custom value (string) to show when no `value` prop is set\nshow-input -\u003e Boolean value, whether to show value or input on load\nrows -\u003e columns of textarea\ncols -\u003e rows of textarea\nmaxLength -\u003e Max lenght of string\n```\n\nExample\n\n```html\n\n\u003ceditable-textarea value=\"This is text in textarea\" name=\"text-input\"/\u003e\n```\n\n---\n\n### Editable checkbox\n\n**_Available props_**\n\n```\nvalue -\u003e value of input\noptions -\u003e checkbox options with two values\nname -\u003e name of input send in posted event\nshow-input -\u003e Boolean value, whether to show value or input on load\n```\n\nExample\n\n```html\n\n\u003ceditable-checkbox :value=false\u003e\n    \u003ctemplate #inputs\u003e\n        \u003cinput type=\"hidden\" value=\"hello\"\u003e\n    \u003c/template\u003e\n\u003c/editable-checkbox\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatej-ch%2Feditable-form-elements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatej-ch%2Feditable-form-elements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatej-ch%2Feditable-form-elements/lists"}