enabled

abstract var enabled: Boolean(source)

If the UI should allow for user input. Defaults to true.

Change this to false, e.g., while validating user input or loading data for the next step in user input.

Online Documentation