<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Guillermo Rauch&#039;s Devthought &#187; autocomplete</title>
	<atom:link href="http://www.devthought.com/tag/autocomplete/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devthought.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 16:38:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>TextboxList 0.4: On-Demand suggestions</title>
		<link>http://www.devthought.com/2009/06/01/textboxlist-04-on-demand-suggestions/</link>
		<comments>http://www.devthought.com/2009/06/01/textboxlist-04-on-demand-suggestions/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 12:07:42 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Client side]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[textboxlist]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=983</guid>
		<description><![CDATA[TextboxList 0.4 is out, with new features: check option, which can allow you to specify a function to filter out new boxes that do not meet a requirement encode now receives the complete values, not only the id or string &#8230; <a href="http://www.devthought.com/2009/06/01/textboxlist-04-on-demand-suggestions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>TextboxList 0.4 <a href="/projects/mootools/textboxlist/">is out</a>, with new features:</p>
<ul>
<li><code class="inline">check</code> option, which can allow you to specify a function to filter out new boxes that do not meet a requirement</li>
<li><code class="inline">encode</code> now receives the complete values, not only the id or string of the bit. This gives you full control of what you want to send to the server.</li>
<li>
<p>Autocomplete now works with on-demand suggestions. As easy as this:</p>
<pre class='highlight ' lang="javascript">
new TextboxList('form_tags_input_4', {unique: true, plugins: {autocomplete: {
	minLength: 3,
	queryRemote: true,
	remote: {url: 'autocomplete2.php'}
}}});
</pre>
</li>
</ul>
<p>And some bugfixes:</p>
<ul>
<li>Fixed missing index when unique: false and autocomplete were used, which resulted in an error</li>
<li>Fixed problems with items with id 0, which incorrectly evaluated as false.</li>
</ul>
<p>Head to <a href="/wp-content/projects/mootools/textboxlist/Demo/">the demo</a> to see the new autocomplete in action, and as usual, report any bugs you might encounter.<br />
Update: 0.5 is out already, which fixes a bug with the traditional use of Autocomplete. Sorry for the trouble!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2009/06/01/textboxlist-04-on-demand-suggestions/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>

