-
Story
-
Resolution: Done
-
Critical
-
None
-
Product / Portfolio Work
-
3
-
False
-
-
False
-
-
-
ACM Console Train 31 - 2
-
No
The react-form-wizard library needs to be updated remove deprecated PF5 components prior to upgrading to PF6
Todo:
- All components imported from @patternfly/react-core/deprecated/... are removed and code converted to use newer implementations of the components
- This includes the Wizard and 4 select implementations: WizSelect, WizSingleSelect, WizMultiSelect, WizAsyncSelect
- Preferred approach is a single select implementation that would allow for all use-cases
- For WizAsyncSelect, create a refresh button component that can be provided to a base Select implementation to trigger reload of the options
- Update stolostron/console to use the new version and implementations