Greg Boggs
Greg Boggs
The function already has 5 parameters which is already too many. Is there a way to solve this without adding a 6th?
There's already an options array. Could this feature be one of the keys on the options array?
Actually, we'd want the opposite so it doesn't change the existing behavior ``` if ($options['convert_to_object']) { $options['json'] = (object) $parameters; } else { $options['json'] = $parameters; } ```
I'm guessing this got over looked because Drupal modules have the license attached automatically during packaging. So, I created a Pull Request.
Sounds like a great feature to add!
I am curious why this project is marked deprecated at all when there is no replacement or upgrade path to any new project. Perhaps instead of deprecated, what the project...
For folks who find this, it looks like this may be the successor for chosen: https://github.com/JJJ/chosen
Forgive me. I have replicated the errors using Axe scanner on the demo. If you scan the demo you'll see the WCAG 2.0 AA aria violations. https://choices-js.github.io/Choices/ https://chrome.google.com/webstore/detail/axe-devtools-web-accessib/lhdoppojpmngadmnindnejefpokejbdd
Prose.io allows you to specify a prose.yml file that tells prose what your front matter fields are and then it uses that info to render the appropriate HTML form items...