Closed ioantsaf closed 8 years ago
Input is not turning into tokens when tokenfield loses focus, even when setting the createTokensOnBlur option to true.
createTokensOnBlur
true
There was a typo in the tokenfield options parser, namely the createTokensOnBlur option was written as createTokenOnBlur.
createTokenOnBlur
Changing createTokenOnBlur to createTokensOnBlur in the tokenfield options parser, solves the problem.
thank you :+1: (build failure is for ember-release, its fine)
ember-release
Issue
Input is not turning into tokens when tokenfield loses focus, even when setting the
createTokensOnBlur
option totrue
.Cause
There was a typo in the tokenfield options parser, namely the
createTokensOnBlur
option was written ascreateTokenOnBlur
.Solution
Changing
createTokenOnBlur
tocreateTokensOnBlur
in the tokenfield options parser, solves the problem.