styledInput

inline fun RBuilder.styledInput(    type: InputType? = null,     formEncType: InputFormEncType? = null,     formMethod: InputFormMethod? = null,     name: String? = null,     block: StyledDOMBuilder<INPUT>.() -> Unit)(source)