Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.16k stars 607 forks source link

Fixes an issue where passing in customProperties would render invalidly encoded object #1154

Closed sdglhm closed 1 month ago

sdglhm commented 4 months ago

Description

This fixes an issue where when passing in customProperties to a Choice would lead to render [object Object] instead of properly rendering JSON structure.

Types of changes

Checklist

Xon commented 1 month ago

Thanks, I've implemented a more comprehensive fix as part of #1166