Password Field
fun Tag.PasswordField(prop: KMutableProperty0<String>, configure: InputFieldComponent.Config<String>.() -> Unit = {}): ComponentRef<InputFieldComponent<String>>
Content copied to clipboard
fun Tag.PasswordField( value: String, onChange: (String) -> Unit, configure: InputFieldComponent.Config<String>.() -> Unit = {}): ComponentRef<InputFieldComponent<String>>
Content copied to clipboard