Caret Position
Order matters sometimes. Use the ← and → arrow keys to move the caret between items.
new TomSelect('#ex-caret-position',{
plugins: ['caret_position','input_autogrow'],
});
<select id="ex-caret-position" multiple autocomplete="off" placeholder="How cool is this?">
<option selected>amazing</option>
<option selected>awesome</option>
<option>cool</option>
<option>excellent</option>
<option>great</option>
<option>neat</option>
<option>superb</option>
<option>wonderful</option>
</select>
Plugin Configuration
No additional configuration settings for this plugin