Pretty self-explanatory. Perhaps has something to do with non-standard options? ``` $("#tags").tagsInput({ height: '1.75em', width: 'auto', defaultText: "add tags", unique: false, onChange: tagsChanged }); ```
Pretty self-explanatory.
Perhaps has something to do with non-standard options?