User tests: Successful: Unsuccessful:
In the previous version of Chosen, one could render a select element with class name chzn-done so that Chosen would skip it and not try to treat it with the Chosen UI.
This is no longer possible since version 3.2.3 and no alternative way to render regular select is provided.
Proposed is the addition of the check for the class chzn-done like it used to be.
This is a redo of #3274 so people can test.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Rel_Number | 0 | ⇒ | 3274 |
Relation Type | ⇒ | Pull Request for |
Category | ⇒ | JavaScript |
Closing this as it is not supported and should be fixed by using the advancedClass class.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-08-24 09:01:25 |
Closed_By | ⇒ | roland-d |
I'm just going to echo @Bakual's comment from the last PR, it's really not a good practice to keep hacking up third party libraries (ya I know we've done it in the past, but seriously, it's a practice we need to stop).