Closed
Description
The doc about boolean attributes says:
If
isButtonDisabled
has the value ofnull
orundefined
, the disabled attribute will not even be included in the rendered<button>
element.
To be more clear, not only null
or undefined
, all falsy values mean not disabled, while all truthy values mean disabled.
Metadata
Metadata
Assignees
Labels
No labels