When dynamically populating the options of a select field using the Chosen jQuery library, the selected option can indeed be lost
When I dynamically populate the options of a select field using the Chosen jQuery library, the selected option is not displayed as expected. However, when I remove the Chosen library, the normal select field works fine.