| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Requires core to be updated to v2.26 to get styling, in #2668 |
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-2678.surge.sh |
Sorry, something went wrong.
awaiting core merge for disabled styling
…ead form sub-elements
There was a problem hiding this comment.
just a typo to fix
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| constructor(props) { | ||
| super(props); | ||
| this.options = [ | ||
| { value: 'Alabama', disabled: false }, |
There was a problem hiding this comment.
I'd remove the disabled keys from the options array in the two added examples for clarity purposes
Sorry, something went wrong.
There was a problem hiding this comment.
I was thinking they same thing. But thought it was fine. You are right though, it would be more clear.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM! :)
Sorry, something went wrong.
There was a problem hiding this comment.
How about instead of adding more examples just to demonstrate this, add a checkbox to an existing example that can toggle isDisabled?
Sorry, something went wrong.
|
@jschuler , I think the examples are fine as is. They match core. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What: Adds isDisabled flag to select.
Refer to issue: #2366