Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaaaco/meteor-dictionary
Editable input / dropdown which optionally remembers its entires
https://github.com/jaaaco/meteor-dictionary
Last synced: 14 days ago
JSON representation
Editable input / dropdown which optionally remembers its entires
- Host: GitHub
- URL: https://github.com/jaaaco/meteor-dictionary
- Owner: jaaaco
- Created: 2016-02-25T21:32:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T21:34:06.000Z (almost 9 years ago)
- Last Synced: 2024-11-09T01:58:36.750Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Editable input / dropdown which optionally remembers its entires
================================================================
## Installation for Meteor```shell
meteor add jaaaco:dictionary
```## Basic usage
```html
{{>Dictionary saveItems=true collection='CollectionName' field='fieldName' placeholder='SomePlaceholer' object=this}}
```