Input Text
constructor(componentId: String? = null, type: ComponentType = ComponentType.INPUT_TEXT, name: String? = null, i18n: String? = null, enabled: Boolean = true, placeholder: String? = null, i18nPlaceholder: String? = null, helper: String? = null, i18nHelper: String? = null, helperRight: Boolean? = false, info: String? = null, i18nInfo: String? = null, icon: String? = null, iconLeft: String? = null, required: Boolean? = false, value: Value? = null, constraints: InputTextConstraint? = null)