GeekyAnts / GeekyAnts/NativeBase
The color of MenuItemOption with 'isDisabled' does not change
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
When you specify 'isDisabled' on a MenuItemOption element, the item text color does not turn gray.
### CodeSandbox/Snack link
https://snack.expo.dev/@katontech/97d6f6
### Steps to reproduce
1. Go to document page: 'https://docs.nativebase.io/menu#h3-menuoptiongroups'
2. Add `isDisabled `attribute to any `Menu.ItemOption` element.
3. Click the `HamburgerIcon` to popup the menu.
4. The disabled menu item is no longer selectable, but is not grayed out.
### NativeBase Version
3.4.25
### Platform
- [X] Android
- [ ] CRA
- [X] Expo
- [X] iOS
- [ ] Next
### Other Platform
_No response_
### Additional Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.