File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
routes/console/organization-[organization]/billing Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 2424 export let hideRequired = false ;
2525 export let disabled = false ;
2626 export let fullWidth = false ;
27- export let fullWidthDrop = true ;
2827 export let autofocus = false ;
2928 export let interactiveOutput = false ;
3029 // stretch is used inside of a flex container to give the element flex:1
120119 scrollable
121120 placement =" bottom-end"
122121 position =" static"
123- fullWidth ={fullWidthDrop }
124122 fixed >
125123 <Label {required } {hideRequired } {optionalText } hide ={! showLabel } for ={id } {tooltip }>
126124 {label }
Original file line number Diff line number Diff line change 9191 label =" Percentage (%) of budget cap"
9292 placeholder =" Select a percentage"
9393 id =" alerts"
94- fullWidthDrop ={false }
9594 {options }
9695 bind:search
9796 bind:value ={selectedAlert }
You can’t perform that action at this time.
0 commit comments