Skip to content

Commit

Permalink
Merge pull request #736 from appwrite/wc-fix-dropdown-width
Browse files Browse the repository at this point in the history
Fixes dropdown width
  • Loading branch information
TorstenDittmann authored Jan 25, 2024
2 parents 7e2321d + 1e5f10f commit 7563d10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/lib/elements/forms/inputSelectSearch.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
export let hideRequired = false;
export let disabled = false;
export let fullWidth = false;
export let fullWidthDrop = true;
export let autofocus = false;
export let interactiveOutput = false;
// stretch is used inside of a flex container to give the element flex:1
Expand Down Expand Up @@ -120,7 +119,6 @@
scrollable
placement="bottom-end"
position="static"
fullWidth={fullWidthDrop}
fixed>
<Label {required} {hideRequired} {optionalText} hide={!showLabel} for={id} {tooltip}>
{label}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
label="Percentage (%) of budget cap"
placeholder="Select a percentage"
id="alerts"
fullWidthDrop={false}
{options}
bind:search
bind:value={selectedAlert}
Expand Down

1 comment on commit 7563d10

@vercel
Copy link

@vercel vercel bot commented on 7563d10 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud-git-main-appwrite.vercel.app
console-cloud-appwrite.vercel.app
console-cloud.vercel.app

Please sign in to comment.