rework MultiSelect into controlled input; refactoring

This commit is contained in:
Keith Grant
2019-09-27 15:04:09 -07:00
parent 6e9804b713
commit da149d931c
7 changed files with 139 additions and 212 deletions

View File

@@ -1,6 +1,7 @@
import { Chip } from '@patternfly/react-core';
import styled from 'styled-components';
Chip.displayName = 'PFChip';
export default styled(Chip)`
--pf-c-chip--m-read-only--PaddingTop: 3px;
--pf-c-chip--m-read-only--PaddingRight: 8px;