<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Chosen.js change in version 1.7</title>
		<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17</link>
		<description>Gravity Support Forums Topic: Chosen.js change in version 1.7</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:04:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/chosenjs-change-in-version-17" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-283170</link>
			<pubDate>Tue, 28 May 2013 08:30:04 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">283170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This was updated for the next release. Thanks Richard.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-257852</link>
			<pubDate>Fri, 17 May 2013 11:46:40 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">257852@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-257849</link>
			<pubDate>Fri, 17 May 2013 11:44:46 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">257849@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll point this out to our developers today. Thanks guys.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-257619</link>
			<pubDate>Fri, 17 May 2013 09:04:38 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">257619@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just to keep this topic up-to-date Gravity Forms 1.7.3 is now out but does NOT include the updated CSS for the updated Chosen script so you will have to continue using the CSS snippet suggested above if you want the drop down results to be filtered as you type in the search box.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-244749</link>
			<pubDate>Thu, 09 May 2013 14:01:07 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">244749@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't say for sure, I would like to think that the guys would include the change in a future update as I don't think it is an intentional change, rather a small oversight which is easy to do when dealing with hundreds and thousands of lines of code.&#60;/p&#62;
&#60;p&#62;For now though I would recommend placing the fixed CSS snippet from above in your theme's stylesheet in case it isn't fixed in the next update, 11 lines of CSS in a stylesheet that is already being loaded is better than a function pulling in one or more remote files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-244725</link>
			<pubDate>Thu, 09 May 2013 13:43:33 +0000</pubDate>
			<dc:creator>Andrew</dc:creator>
			<guid isPermaLink="false">244725@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's very interesting.  I can confirm those CSS changes in formsmain.css bring back the ability to see only matching results without your functions.php workaround.&#60;/p&#62;
&#60;p&#62;Do you think that this is something that will be patched in a future version of GF or should I keep using the functions.php workaround?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-242469</link>
			<pubDate>Wed, 08 May 2013 05:57:32 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">242469@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok so I have located the problem that is preventing only the matching results being displayed, here is what we have in formsmain.css starting on line 1540&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .chzn-container .chzn-results li {
	line-height: 80%;
	padding: 7px 7px 8px;
	margin: 0;
	list-style: none;
}
.gform_wrapper .chzn-container .chzn-results .active-result {
	cursor: pointer;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and this is what it should be updated to for the changes made in chosen 0.9.8&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .chzn-container .chzn-results li {
    display:none;
	line-height: 80%;
	padding: 7px 7px 8px;
	margin: 0;
	list-style: none;
}
.gform_wrapper .chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: list-item;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;notice the addition of the display:none and display:list-item properties&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-236344</link>
			<pubDate>Sat, 04 May 2013 03:12:30 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">236344@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks and you're welcome.&#60;/p&#62;
&#60;p&#62;I have carried out one more quick test, commenting out lines 6 and 7 so only the CSS file from cdnjs is enqueued and used with the version of chosen.js included with Gravity Forms, that also works so it looks like when the developers updated the js file they may have missed updating some of the styles in formsmain.css.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-235929</link>
			<pubDate>Fri, 03 May 2013 21:38:07 +0000</pubDate>
			<dc:creator>Andrew</dc:creator>
			<guid isPermaLink="false">235929@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard, this is great! Thank you.  It worked like a charm.  Very cool solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Chosen.js change in version 1.7"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/chosenjs-change-in-version-17#post-235573</link>
			<pubDate>Fri, 03 May 2013 16:01:06 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">235573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It would appear you are correct it seams something has changed in the update, I just tried this in my functions.php file and normal chosen search behaviour is restored.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;gform_enqueue_scripts&#38;#39;,&#38;#39;enqueue_chosen&#38;#39;,10,2);
function enqueue_chosen($form)
// check to see if gravity forms has enqueued the chosen script, if it has then deregister it and then enqueue it and the stylesheet from cdnjs
{
    if(wp_script_is(&#38;#39;gforms_chosen&#38;#39;,$list=&#38;#39;queue&#38;#39;)){
        wp_deregister_script(&#38;#39;gforms_chosen&#38;#39;);
	wp_enqueue_script(&#38;#39;chosen-script&#38;#39;,&#38;#39;//cdnjs.cloudflare.com/ajax/libs/chosen/0.9.12/chosen.jquery.min.js&#38;#39;,array(&#38;#39;jquery&#38;#39;),&#38;#39;0.9.12&#38;#39;,true);
        wp_enqueue_style(&#38;#39;chosen-style&#38;#39;,&#38;#39;//cdnjs.cloudflare.com/ajax/libs/chosen/0.9.12/chosen.min.css&#38;#39;,array(&#38;#39;gforms_formsmain_css&#38;#39;),&#38;#39;0.9.12&#38;#39;);
    }
    return false;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
