No, there's no equivalent.
You may want to move the TextBox outside of the ComboBox rather than including it in the template. You can wrap them both in a user control and swap visibility when the user tries to open the ComboBox.
Make sure to add a keyboard method to open the ComboBox if you override the default methods.