Package io.micronaut.views.fields.render.views
@Requires(beans=ViewsRenderer.class)
@Configuration
package io.micronaut.views.fields.render.views
Implementation class of 
FormElementRenderer which use views and ViewsRenderer renders HTML for form Elements.- Since:
 - 4.1.0
 - Author:
 - Sergio del Amo
 
- 
ClassDescriptionConfiguration for
FormElementRendererbased on views.ViewsFormElementRendererimplementation forInputCheckboxFormElement.ViewsFormElementRendererimplementation forInputDateTimeLocalFormElement.ViewsFormElementRendererimplementation forInputDateFormElement.ViewsFormElementRendererimplementation forInputEmailFormElement.ViewsFormElementRendererimplementation for input type hidden.ViewsFormElementRendererimplementation forInputNumberFormElement.ViewsFormElementRendererimplementation forInputPasswordFormElement.ViewsFormElementRendererimplementation forInputRadioFormElement.ViewsFormElementRendererimplementation forInputSubmitFormElement.ViewsFormElementRendererimplementation forInputTelFormElement.ViewsFormElementRendererimplementation forInputTextFormElement.ViewsFormElementRendererimplementation forInputTimeFormElement.ViewsFormElementRendererimplementation forInputUrlFormElement.FormElementRendererimplementation ofOption.ViewsFormElementRendererimplementation forSelectFormElement.ViewsFormElementRendererimplementation forTextareaFormElement.ViewsFormElementRendererimplementation forTrixEditorFormElement.ViewsFormElementRenderer<T extends FormElement>Implementation ofFormElementRendererwhich usesViewsRendererto render a form element with a view template.