-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
issue/bug-confirmedIssues about a bug that has been confirmed by a maintainerIssues about a bug that has been confirmed by a maintainer
Description
The docs show that the isOptionDisabled prop should be a callback function that accepts two arguments, the option and the selected value. The LiveRegion component does not include the second argument when calling isOptionDisabled, so implementations that rely on the second argument will receive undefined instead.
| isDisabled: selected && isOptionDisabled(selected), |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
issue/bug-confirmedIssues about a bug that has been confirmed by a maintainerIssues about a bug that has been confirmed by a maintainer