Closed kmcfaul closed 4 years ago
Since this week is full of F2F meetings / training, putting this draft up earlier than later to start gathering feedback on the content/format.
@gheake2 @christiemolloy
Updated with the first round of feedback!
I will add the screenshots soon (currently there is placeholder text where they should be added). Still working on ironing out syntax tweaks for Katacoda editor.
Made further updates to code snippets and text. Code should be good to go now, but there are two outstanding issues that need to be resolved.
1) I cannot interact with the select unless I delete a <div id="transparent-inner-box"></div>
that sits alongside the
2) The version of react-core needs to be updated and I'm not sure how to go about it. Whatever version it's running is missing a lot of select's more recent features.
2. The version of react-core needs to be updated and I'm not sure how to go about it. Whatever version it's running is missing a lot of select's more recent features.
I added npm install @patternfly/react-core
to my env-init.sh file to get the latest version of react into my particular data toolbar tutorial when I had the same issue.
Hmm. I added npm install @patternfly/react-core
but it's still getting 3.75 instead of the latest. Does my env-init.sh look okay aside from that?
Edit: nevermind my local deployment took a minute to pick up the changes. That did fix the older version thanks!
- I cannot interact with the select unless I delete a
<div id="transparent-inner-box"></div>
that sits alongside the
I captured this in an issue #210
Initial draft commit
https://katacoda.com/kmcfaul/courses/react-components/select