getInputField method

Element? getInputField()

Returns the input field for the editor. Will be a textarea or an editable div, depending on the value of the inputStyle option.

Implementation

Element? getInputField() => call('getInputField');