read Only
fun Tag<HTMLInputElement>.readOnly(value: Boolean, trueValue: String = "")
Content copied to clipboard
fun Tag<HTMLInputElement>.readOnly(value: Flow<Boolean>, trueValue: String = "")
Content copied to clipboard
fun Tag<HTMLTextAreaElement>.readOnly(value: Boolean, trueValue: String = "")
Content copied to clipboard
fun Tag<HTMLTextAreaElement>.readOnly(value: Flow<Boolean>, trueValue: String = "")
Content copied to clipboard