patternfly-3
patternfly-3 copied to clipboard
This repo contains the HTML, CSS, and JQuery for the PatternFly 3 project.
In [Kiwi TCMS](https://github.com/kiwitcms/kiwi) we are using Patternfly for everything in our UI. We want to add a comment form to one of our pages. The comment form should look something...
I am trying to implement a container view with many elements and need a selector that selects/deselects all of them. I see that there is such in Patternfly - https://www.patternfly.org/v3/pattern-library/forms-and-controls/bulk-selector/index.html#design...
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.3.0 to 3.6.3. Release notes *Sourced from [jekyll's releases](https://github.com/jekyll/jekyll/releases).* > ## v3.6.2 > ### Development Fixes > > * Update Rubocop to 0.51.0 ([#6444](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6444)) > * Add...
Hi, A vulnerability is reported in some versions of jquery. See https://www.npmjs.com/advisories/1518
**For feature requests or enhancements, file an issue against [patternfly-design](https://github.com/patternfly/patternfly-design).** `SelectOption` should behave like a typical `option` tag within a `select` element and allow you to specify a `label` for...
For some reason, PF wraps `Select` in a `form` element, which is causing issues, as you're not really supposed to nest forms. This doesn't happen with `FormSelect`, which uses a...
## Description add package.json to list of the files in the gemspec explicitly, because it is required by version.rb
One of the patternfly depedencies https://github.com/patternfly/patternfly-bootstrap-treeview/blob/v2.1.9/bower.json#L26 requires ```"jquery": ">= 3.4.1"``` but patternfly itself https://github.com/patternfly/patternfly/blob/v3.59.3/bower.json#L41 requires ```"jquery": "~3.2.1"``` . Those versions don't match and it's not possible to use it without...
## Description fix #1167 Fixes High severity security issue: https://app.snyk.io/vuln/SNYK-JS-BOOTSTRAPSELECT-173741** ## PR checklist (if relevant) - [ ] **Cross browser**: works in IE9 - [ ] **Cross browser**: works in...
We need to support custom colored button icons in ManageiQ, but it seems like if I have to set the opacity on the color manually if I want to have...