Theme Customizer API Live Preview

I know this is an older post, but in case you’re still looking for the answer:

Add this line to your tcx_register_theme_customizer function:

$wp_customize->get_setting( 'tcx_notification_text' )->transport="postMessage";

This gets the value from the field and passes it along to the Javascript to put into the live preview.