render abstract method
Render a text field with the given request.
The RTextFieldRenderRequest.input contains the EditableText (or wrapped version) created by the component. Renderer must include it in the widget tree without modification.
Implementation
Widget render(RTextFieldRenderRequest request);