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

Instructions on how to edit autocomplete/typehead #63

Merged
merged 1 commit into from
Feb 5, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>