disabled

@Composable
abstract fun disabled(disabled: Boolean?)

Set whether the select is disabled.


abstract val disabled: Boolean?

Whether the select is disabled.