Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #63 from fedesoria/patch-1
Browse files Browse the repository at this point in the history
Instructions on how to edit autocomplete/typehead
  • Loading branch information
ragulka committed Feb 5, 2014
2 parents ce240ee + 93d8c40 commit 98c585d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ <h4>.tokenfield('enable')</h4>
<div class="bs-callout bs-callout-info">
<h4>Accessing original input</h4>
<p>Though not recommended, you can access the original input field like so: <code>$('#tokenfield').data('bs.tokenfield').$input</code></p>
<p>You can also set new options for the autocomplete or typehead objects from the original input above like so: <code>$('#tokenfield').data('bs.tokenfield').$input.autocomplete({source: new_array})</code></p>
</div>

<h3 id="events">Events</h3>
Expand Down Expand Up @@ -610,4 +611,4 @@ <h3 id="various-examples">Various examples of using tokenfield</h3>
</script>

</body>
</html>
</html>

0 comments on commit 98c585d

Please sign in to comment.