-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
BugSomething isn't workingSomething isn't working
Description
Description
When property isReadOnly={true}
select is still editable
chakra-react-select Version
4.1.5
Link to Reproduction
No response
TypeScript?
- Yes I use TypeScript
Steps to reproduce
- set
isReadOnly={true}
- try to edit the select
Operating System
- macOS
- Windows
- Linux
- iOS/iPadOS
- Android
Additional Information
I fixed this issue by wrapping component in div
with style pointerEvents: "none"
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working