Update select input component

This commit is contained in:
adilallo
2026-02-04 13:10:14 -07:00
parent 255f16477c
commit 0e7985287f
5 changed files with 285 additions and 410 deletions
+1 -3
View File
@@ -16,9 +16,7 @@ componentTestSuite<SelectInputProps>({
],
} as SelectInputProps,
requiredProps: ["options"],
optionalProps: {
size: "medium",
},
optionalProps: {},
primaryRole: "button",
testCases: {
renders: true,