disabled

@Composable
abstract fun disabled(disabled: Boolean?)(source)

Set whether the select is disabled.


abstract val disabled: Boolean?(source)

Whether the select is disabled.