Is it possible to use Piklist to render fields inside of a custom WP_Customizer control? My attempts to do so have failed. I am, however, able to create a custom control using simple html field elements. The problem arises when I attempt to add a piklist() method to the render_content method of my class that is extending the WP_Customize_Control class.
I also assume there would be issues with both Piklist and the Customizer saving the field values.