Closed (fixed)
Project:
Chosen
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Mar 2024 at 07:30 UTC
Updated:
5 May 2026 at 17:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vensiresComment #3
christos diamantis commentedOverrides the default placeholder, no_ results_text and search_contains options via the chosen_select field widget. It would be easy to add more option overrides, but maybe the form would get too big?
Comment #5
vensiresComment #7
vensiresI have created a new MR with the changes from #3 above but for 4.0.x-dev version.
No further changes exist in my code.
PS: It seems that the tests are failing but I am not sure if they break due to this code or if they were already broken from the past; in the later case we should handle them in a different issue.
Comment #8
nagy.balint commentedI think they fail only cause of missing schema.
So the extra fields on the widget requires the schema to be defined in the chosen_field module.
Comment #9
vensiresComment #11
nagy.balint commentedThanks!
Fixed in 5.x