/**
 * Method to get the field input markup.
 *
 * @return  string  The field input markup.
 *
 * @since   3.2
 */
protected function getInput()
{
    // Trim the trailing line in the layout file
    return rtrim($this->getRenderer($this->layout)->render($this->getLayoutData()), PHP_EOL);
}