Divyanshu Gupta
Divyanshu Gupta
@thatblindgeye could you assign this to me.
@kmcfaul @thatblindgeye I have created a draft for the example. Let me know of the changes required. Also could you guys also suggest the description and sub heading for the...
https://github.com/patternfly/patternfly-react/blob/dace189c848d429507fd9428d8f78397ce3cff6f/packages/react-core/src/components/Wizard/examples/WizardGetCurrentStep.tsx#L71-L82 Since `Substep 5` is hidden, therefore `currentStep = undefined` when we click on Step 4 and it throws error.
There were some a11y issues regarding `MenuToggle` and `MenuToggleCheckbox` since I didn't add `aria-label` to them. @thatblindgeye do check the aria-labels once, I have added them for now so that...
@thatblindgeye could you remove the `stale` tag.
Yes, it was happening due to the missing `onOpenChange` prop. I have added it and now the menu is closing when clicking outside.
When adding the `shouldFocusToggleOnSelect` , it does not seem to work with `splitButtonItems` prop of the menu toggle. If I remove the `splitButtonItems` prop then it is working fine. I...
Hi @thatblindgeye are we talking about a change like this? ``` {" "} {" "} {" "} ``` If yes, I’m happy to put up a PR. Do we need...
> This would apply to the other PR you have up (if you wouldn't mind updating the commit message in that PR), but when you make your first commit message...
Hi @thatblindgeye I would like to work on this. I haven't worked much with upgrading dependencies in a large project. I looked up previous PRs which involved updating dependecies. From...