File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
packages/pf4-component-mapper Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ const output = {
249
249
title : 'Dropdown' ,
250
250
dataType : 'string' ,
251
251
isSearchable : true ,
252
- isClearable : false ,
252
+ isClearable : true ,
253
253
multi : true ,
254
254
component : components . SELECT_COMPONENT ,
255
255
loadOptions : asyncLoadOptions ,
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
7
- < link rel ="stylesheet " type ="text/css " href ="https://unpkg.com/@patternfly/patternfly@2.41 .0/patternfly-base.css "/>
7
+ < link rel ="stylesheet " type ="text/css " href ="https://unpkg.com/@patternfly/patternfly@2.43 .0/patternfly-base.css "/>
8
8
< title > Data driven forms</ title >
9
9
</ head >
10
10
< body >
Original file line number Diff line number Diff line change 43
43
.ddorg__pf4-component-mapper__select__indicators {
44
44
padding-right : 6px ;
45
45
z-index : 1 ;
46
+ >button .pf-c-button.pf-m-plain {
47
+ display : flex ;
48
+ justify-content : center ;
49
+ }
46
50
.ddorg__pf4-component-mapper__select__indicator-separator {
47
51
display : none ;
48
52
}
53
57
fill : var (--pf-global--Color--dark-100 );
54
58
}
55
59
}
56
- button .pf-c-button.pf-m-plain {
57
- padding-right : 0.5rem ;
58
- padding-left : 1rem ;
59
- margin-left : auto ;
60
- padding-bottom : 0 ;
61
- margin-right : 0.5rem ;
62
- }
63
60
}
64
61
}
65
62
You can’t perform that action at this time.
0 commit comments