diff --git a/.changeset/fancy-results-refuse.md b/.changeset/fancy-results-refuse.md
new file mode 100644
index 00000000..fb3c1b64
--- /dev/null
+++ b/.changeset/fancy-results-refuse.md
@@ -0,0 +1,5 @@
+---
+"@easypost/easy-ui": patch
+---
+
+Select now keeps its size after you choose a value, so medium and large fields stay the same height instead of shrinking a step
diff --git a/easy-ui-react/src/Select/SelectField.tsx b/easy-ui-react/src/Select/SelectField.tsx
index e94d15c1..a415f9d9 100644
--- a/easy-ui-react/src/Select/SelectField.tsx
+++ b/easy-ui-react/src/Select/SelectField.tsx
@@ -123,9 +123,7 @@ export function SelectField(props: SelectFieldProps) {
>
{selectState.selectedItem ? (
<>
-
- {selectState.selectedItem.rendered}
-
+ {selectState.selectedItem.rendered}
{selectedDescription && (