update_material_password_box {shinymaterial}R Documentation

Change the value of a material_password_box on the client

Description

Change the value of a material_password_box on the client.

Usage

update_material_password_box(session, input_id, value = NULL)

Arguments

session

The session object passed to function given to shinyServer.

input_id

The input_id of the material_password_box.

value

The value to set for the material_password_box.

See Also

material_password_box

Examples

## Not run: 
update_material_password_box(
  session,
  input_id = "example_password_box",
  value = "New Password"
)

## End(Not run)

[Package shinymaterial version 1.2.0 Index]