Kyle Fang
53354ef2f6
Change 1 to 2 ~~~
2014-04-21 17:52:59 +08:00
Kyle Fang
70189e7a9d
Add IE support
2014-04-21 17:27:29 +08:00
Kyle Fang
44af5b1e5e
Fix tokens drop to the next line
2014-04-21 17:08:26 +08:00
Kyle Fang
e66e7f2b52
Add limit reached callback
2014-03-24 17:08:51 +08:00
Illimar Tambek
69176fa10f
Do not prevent activation of a one-and-only token
...
The removed line prevented activating the token
if it was the one and only token in Tokenfield. This in turn
did not fire a blur event when entering the edit mode for
this token by double-clicking - which eventually broke the
current edit mode implementation.
2014-03-18 18:57:36 +02:00
Illimar Tambek
b262673dca
Instead of copying tabindex to tokenfield wrapper, copy it to the input
2014-03-09 13:16:35 +02:00
Illimar Tambek
66e24b466a
Copy original tabindex to tokenfield wrapper
2014-03-08 11:41:07 +02:00
Illimar Tambek
f1843cbb0b
Update input width when entering edit mode and clear mirror text when leaving edit mode
2014-03-07 14:42:07 +02:00
Illimar Tambek
1caecdcf98
Explain module.exports
2014-03-07 13:15:16 +02:00
Illimar Tambek
9d2926b2ba
Update Gruntfile with a better build workflow
2014-03-07 10:58:01 +02:00
Illimar Tambek
d228189010
Re-factor tests to run on node
2014-03-06 19:48:52 +02:00
Illimar Tambek
c94408e422
Update package.json, bower.json and jquery.json
2014-03-06 17:04:04 +02:00
Illimar Tambek
bf62624bc7
Fix autocomplete and typeahead options extending
2014-03-06 13:08:03 +02:00
Illimar Tambek
7de42b19cf
Use UMD
2014-03-04 11:40:23 +02:00
Illimar Tambek
c7ec9ca33a
Rename events (again). Closes #66 , #88
2014-03-04 11:34:34 +02:00
Illimar Tambek
92ea371e80
Add intitalize event and rename events to match bs event namespacing style. Closes #66
2014-02-25 16:27:06 +02:00
Illimar Tambek
5b3c55ccfd
Fix whitespace delimiter. Add tests for special characters delimiters.
2014-02-25 15:36:44 +02:00
Illimar Tambek
fea7987a9c
Add typeahead 0.10.1 support. Escape whitespace and dash in delimiters regexp.
2014-02-25 14:51:21 +02:00
Illimar Tambek
cb1c9cb02a
Merge branch 'master' of https://github.com/achingono/bootstrap-tokenfield
2014-02-24 19:51:30 +02:00
achingono
7b0ef60371
Updated typeahead integration to support v0.10.0
...
https://github.com/sliptree/bootstrap-tokenfield/issues/70
2014-02-24 11:59:26 -05:00
Illimar Tambek
435ba5ea51
Add destroy method
2014-02-19 15:03:20 +02:00
Illimar Tambek
ee318faf1a
Read options from original input data attributes. Closes #62
2014-02-19 12:07:31 +02:00
Illimar Tambek
efc9e269e5
Take token-input padding into account when calculating width. Close #72
2014-02-18 22:51:17 +02:00
Troy Morehouse
307adc75ed
Update bootstrap-tokenfield.js
2014-02-16 20:15:00 -04:00
Troy Morehouse
c05fa46d19
Update bootstrap-tokenfield.js
2014-02-16 17:41:37 -04:00
Troy Morehouse
1da69777c0
new option to allow disable token edit
...
added new option `allowEditing`, which defaults to `true`, as to not break any current implementations.
Setting this option to `false` will disable the edit of token on double click.
2014-02-15 17:48:09 -04:00
Illimar Tambek
9ab41ca587
Strictly get token value in getTokenData. Fixes #68 .
2014-02-05 15:41:44 +02:00
Illimar Tambek
7251f1c822
Bump version number
2013-12-18 20:12:25 +02:00
Illimar Tambek
768c4b9259
Re-structure repo and use grunt for building
2013-12-18 17:22:10 +02:00
Illimar Tambek
e031015d6f
Fix issue with keyboard nav not working, restructure repository
2013-07-27 00:08:17 +03:00
Illimar Tambek
a3accaa658
Fix issue with scrolling to top on keyboard navigation
2013-07-26 23:56:44 +03:00
Illimar Tambek
b62c6f0ac1
Testing post-commit hook
2013-07-26 23:40:06 +03:00
Illimar Tambek
c5b3c33db4
Refactor most of code
2013-07-26 18:22:30 +03:00
Illimar Tambek
1674b72f83
First code commit
2013-07-26 17:03:17 +03:00