Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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}}
```