I really believe that this is always a text area, and in focus they simply change the height of the text box.
Edit: Yes, it is. They use scripts to do everything with textarea, there is no input field.
<textarea onfocus='CSS.addClass("c4b900e3aebfdd6a671453", "UIComposer_STATE_INPUT_FOCUSED");CSS.removeClass("c4b900e3aebfdd6a671453_buttons", "hidden_elem");window.UIComposer && UIComposer.focusInstance("c4b900e3aebfdd6a671453");' id="c4b900e3aebfdd6a671453_input" class="UIComposer_TextArea DOMControl_placeholder" name="status" title="What on your mind?" placeholder="What on your mind?">
What on your mind?
</textarea>
source
share