| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-React preview: https://patternfly-react-pr-2401.surge.sh |
Sorry, something went wrong.
|
@tlabaj when I click on the non-disabled plain dropdown, the disabled dropdown inherits the active color |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good on JS side.
Sorry, something went wrong.
| const toggle = <OptionsMenuToggle onToggle={this.onToggle} toggleTemplate={toggleTemplate} aria-label="Sort by" hideCaret/> | ||
| const toggle = <OptionsMenuToggle onToggle={this.onDisabledToggle} toggleTemplate={toggleTemplate} aria-label="Sort by" hideCaret/> | ||
|
|
||
| const disabledToggle = <OptionsMenuToggle isDisabled onToggle={this.onToggle} toggleTemplate={toggleTemplate} aria-label="Sort by" hideCaret/> |
There was a problem hiding this comment.
the onToggle here should be this.onDisabledToggle and the previous one should be this.onToggle?
Sorry, something went wrong.
There was a problem hiding this comment.
This will also address @christiemolloy 's comment
Sorry, something went wrong.
There was a problem hiding this comment.
thanks for updating
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
#2396
What:
Additional issues: