input

fun ElementCreator<Element>.input(attributes: Map<String, JsonPrimitive> = emptyMap(), type: InputType? = null, name: String? = null, initialValue: String? = null, size: Int? = null, placeholder: String? = null, required: Boolean? = null, new: ElementCreator<InputElement>.(InputElement) -> Unit? = null): InputElement(source)