JHTML-CHOSEN-001

JHtml::_('formbehavior.chosen')

Chosen.js (formbehavior.chosen)

Chosen shipped with Joomla 3. It is not in Joomla 4. Fancy select uses a different stack.

JHtml::_('formbehavior.chosen')Core styled <select>, Choices.js, or Tom Select

Dies at Joomla 3 → 4J3: Works nativelyJ4: Removed — fatalJ6: Removed — fatalBC plugin: no — already dead on J4You rewrite thisJavaScript

What you will see

  • jQuery(...).chosen is not a function
  • chosen.jquery.min.js 404

Symptoms people search

admin dropdowns unstyled / broken · chosen is not a function

Replace this code

Swap JHtml::_('formbehavior.chosen') for Core styled <select>, Choices.js, or Tom Select.

Joomla 3

Remove or stop calling this

JHtml::_('formbehavior.chosen', 'select');

Joomla 4 / 6

Use this instead

// Remove Chosen. Use a native select or a Joomla 4+ fancy select field.

How to fix it

  1. 1Remove formbehavior.chosen.
  2. 2If you need searchable selects, use the core field or Tom Select — not Chosen.

Also known as

chosen · formbehavior.chosen

Related issues

Get in touch

Have a project in mind? Let's talk about it.

Tell us what you're building. Whether it's a new site, an online store, a mobile app, or something that needs AI under the hood, we'll get back to you within a business day.

Free consultation
No commitment, no pressure
Reply within 24 hours
Usually much faster

Prefer a direct conversation?

Request a project quote

Tell us about your project

Fill out the quick form and we'll reach out.