aethermx / ember-cli-bootstrap-tokenfield

A convenient component that wraps around Bootstrap Tokenfield.
http://aethermx.github.io/ember-cli-bootstrap-tokenfield/
MIT License
9 stars 9 forks source link

Correct typo in tokenfield options parser #3

Closed ioantsaf closed 8 years ago

ioantsaf commented 8 years ago

Issue

Input is not turning into tokens when tokenfield loses focus, even when setting the createTokensOnBlur option to true.

Cause

There was a typo in the tokenfield options parser, namely the createTokensOnBlur option was written as createTokenOnBlur.

Solution

Changing createTokenOnBlur to createTokensOnBlur in the tokenfield options parser, solves the problem.

givanse commented 8 years ago

thank you :+1: (build failure is for ember-release, its fine)