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 = {
249249 title : 'Dropdown' ,
250250 dataType : 'string' ,
251251 isSearchable : true ,
252- isClearable : false ,
252+ isClearable : true ,
253253 multi : true ,
254254 component : components . SELECT_COMPONENT ,
255255 loadOptions : asyncLoadOptions ,
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < 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 "/>
88 < title > Data driven forms</ title >
99</ head >
1010< body >
Original file line number Diff line number Diff line change 4343 .ddorg__pf4-component-mapper__select__indicators {
4444 padding-right : 6px ;
4545 z-index : 1 ;
46+ >button .pf-c-button.pf-m-plain {
47+ display : flex ;
48+ justify-content : center ;
49+ }
4650 .ddorg__pf4-component-mapper__select__indicator-separator {
4751 display : none ;
4852 }
5357 fill : var (--pf-global--Color--dark-100 );
5458 }
5559 }
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- }
6360 }
6461 }
6562
You can’t perform that action at this time.
0 commit comments